

/* Start:/local/templates/beautybox/components/bitrix/system.auth.forgotpasswd/.default/style.css?1700564224459*/
.forgot__head {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.forgot [type = email] {
    transition: .2s all ease-in-out;
}

.forgot [type = email].error {
    border: 1px solid red;
}
#error-forgot-password {
    padding: 15px;
    background-color: var(--alert-danger-background);
    color: var(--alert-danger-color);
    width: fit-content;
    white-space: nowrap;
    display: none;
    margin-bottom: 20px
}
/* End */
/* /local/templates/beautybox/components/bitrix/system.auth.forgotpasswd/.default/style.css?1700564224459 */
