

/* Start:/local/templates/.default/components/bitrix/main.auth.forgotpasswd/.default/style.css?17524198762031*/
.bx-authform input[name="AUTH_ACTION"] {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 0.2s;
    background-color: #ffffff;
    color: var(--black);
    border: 1px solid #454545;
    margin-top: 14px;
    padding: 17px 32px;
    cursor: pointer;
}
.bx-authform input[name="AUTH_ACTION"]:hover,
.bx-authform input[name="AUTH_ACTION"]:active,
.bx-authform input[name="AUTH_ACTION"]:focus
{
    background-color: var(--black);
    color: #ffffff;
}

.bx-authform input[type="email"]
{
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding-left: 17px;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: rgb(102, 102, 102);
    font-family: 'Brutal Type';
}

.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?17524198762031 */
