

/* Start:/local/templates/.default/components/bitrix/main.auth.forgotpasswd/.default/style.css?17463769041281*/
input[name="AUTH_ACTION"] {
    background: var(--tmp-olive);
    border: 0;
    padding: 14px 20px!important;
    color: #ffffff;
    margin-top: 14px;
}

.bx-authform-wrapper {
    display: flex;
    justify-content: center;
}

.bx-authform-link-container {
    display: inline-block;
    font-size: 14px;
}

.link-auth-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.alert-success {
    background-color: #ed1c2400!important;
    font-size: 18px!important;
}

/*--CAPTCHA--*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}

#captchaBlock #whiteBlock #loaderImg {
    width: 28px;
}

#captchaBlock {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#captchaBlock div {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}
#reloadCaptcha {
    font-size: 10px;
    cursor: pointer;
    width: 180px;
    text-align: center;
    margin: 10px 0 0;
    color: #b2b2b2;
}

.bx-authform {
    max-width: 400px;
}
/* End */
/* /local/templates/.default/components/bitrix/main.auth.forgotpasswd/.default/style.css?17463769041281 */
