.auth-popup .auth-popup__note {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #606277;
}

.auth-popup .c-block-form {
    max-width: 263px;
    margin-left: auto;
    margin-right: auto;
}

.auth-popup .c-block-form .ui-input:not(:last-child) {
    margin-bottom: 16px;
}

.auth-popup .c-block-form__submit {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 12px;
}

.auth-popup .c-block-form__submit .ui-button {
    width: 100%;
}

.auth-popup .ui-popup__button-note {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #606277;
}

.auth-popup .ui-popup__button-note a {
    color: inherit;
    text-decoration: none;
}

.auth-popup .ui-popup__button-note a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.auth-popup .auth-popup__alt-logins .ui-popup__button-note + .ui-popup__button-note {
    margin-top: 12px;
}

.auth-popup .ui-input__error {
    color: var(--color-red);
    font-size: 14px;
    margin-top: 4px;
}

.auth-popup .js-timer,
.auth-popup .js-timer-email {
    font-size: 14px;
    color: #606277;
    text-align: center;
    margin-top: 12px;
}

.auth-popup #loader,
.auth-popup #loader-email,
.auth-popup #loader-old {
    display: block;
    height: 50px;
    margin: 10px auto;
}
