

/* Start:/local/templates/nsk-default/components/bitrix/system.auth.forgotpasswd/flat/style.css?17899380292194*/
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 440px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid var(--grey-light);
    border-radius: 16px;
    background: var(--white);
    box-sizing: border-box;
}

.auth-form__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--black);
}

.auth-form__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.auth-form__error {
    padding: 12px 16px;
    border-radius: 4px;
    background: var(--error-soft);
    color: var(--error);
    font-size: 14px;
    line-height: 150%;
}

.auth-form__success {
    padding: 12px 16px;
    border-radius: 4px;
    background: var(--success-soft);
    color: var(--success);
    font-size: 14px;
    line-height: 150%;
}

.auth-form__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-form__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--label-text);
}

.auth-form__input {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid var(--grey-light);
    border-radius: 32px;
    background: var(--white);
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    outline: none;
}

.auth-form__input:focus {
    border-color: var(--purple);
}

.auth-form__captcha {
    margin-bottom: 4px;
}

.auth-form__captcha img {
    display: block;
    border-radius: 4px;
}

.auth-form__submit {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 32px;
    background: var(--purple);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
}

.auth-form__submit:hover {
    background: var(--purple-mid);
}

.auth-form__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.auth-form__link {
    font-size: 14px;
    color: var(--purple);
    text-decoration: none;
}

.auth-form__link:hover {
    text-decoration: underline;
}

/* End */
/* /local/templates/nsk-default/components/bitrix/system.auth.forgotpasswd/flat/style.css?17899380292194 */
