

/* Start:/local/templates/avalon_public/components/bitrix/system.auth.forgotpasswd/flat/style.css?1729867339821*/
.forgot-pass{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}
.forgot-pass__title{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px 0 var(--black-color);
    margin-bottom: 5px;
    text-align: center;
}
.forgot-pass__text{
    font-size: 16px;
    color: #5a6c77;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.translate-middle{
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .forgot-pass{
        padding: 40px 10px;
    }
    .forgot-pass__title{
        font-size: 18px;
    }
}
/* End */
/* /local/templates/avalon_public/components/bitrix/system.auth.forgotpasswd/flat/style.css?1729867339821 */
