

/* Start:/bitrix/templates/empty/components/bitrix/main.auth.forgotpasswd/auth_forgot/style.css?1757025413846*/
body .auth-widget {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 5rem 0;
    width: 22.5rem;
}
.title-page {
    text-align: center;
}
.auth-widget form {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.auth-form__wrapper {
    border: 1px solid var(--cl-smoky-white);
    border-radius: 1rem;
    padding: 1.5rem 2rem;

    box-shadow: 0px 0px .625rem 0px rgba(0, 0, 0, 0.05);
}
.form-button-submit {
    width: 100%;
    padding: .6rem;
    border: 1px solid var(--cl-smoky-white);
    border-radius: .8rem;
    background-color: var(--cl-midnight-blue);
    color: white;
    font-weight: 700;
    font-size: var(--s16);
    letter-spacing: .06rem;

    margin-top: 1rem;
}
.auth-note {
    margin-bottom: 2rem;
    text-align: center;
}
span.login-label {
    text-align: center;
}
/* End */
/* /bitrix/templates/empty/components/bitrix/main.auth.forgotpasswd/auth_forgot/style.css?1757025413846 */
