.auth-page {
    min-height: 60vh;
    padding: 48px 0;
}

.auth-page__container {
    max-width: 460px;
}

.auth-page__title {
    margin: 0 0 24px;
}

.auth-flow {
    display: grid;
    gap: 16px;
}

.auth-flow__step form {
    display: grid;
    gap: 12px;
}

.auth-flow__lead,
.auth-flow__phone {
    margin: 0;
}

.auth-flow__label {
    font-weight: 600;
}

.auth-flow input:not([type="checkbox"]) {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #b6c2cc;
    border-radius: 8px;
    background: #fff;
}

.auth-flow__error {
    min-height: 18px;
    margin: -6px 0 0;
    color: #c53333;
    font-size: 14px;
}

.auth-flow__consent {
    font-size: 14px;
}

.modal-auth .modal-body {
    padding-top: 20px;
}

.auth-flash-modal .modal-header {
    min-height: 40px;
    border-bottom: 0;
}

.auth-flash-modal .modal-body {
    padding: 0 32px 32px;
    text-align: center;
}

.auth-flash-modal .modal-body .modal-title {
    margin-bottom: 12px;
    text-align: center;
}

.auth-flash-modal .modal-body p {
    margin: 0;
}

.auth-flash-modal__icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #4fac7f;
    color: #fff;
    place-items: center;
    font-size: 28px;
    line-height: 1;
}

.account-nav__item--logout {
    color: #c53333;
}

.account-nav__item--logout:hover,
.account-nav__item--logout.active {
    color: #c53333;
    background-color: #fdeaea;
}

.account-nav__item--logout > i {
    color: currentColor;
}
