

/* Start:/local/templates/ustemplate/components/bitrix/main.register/.default/style.css?16703096211973*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/ustemplate/components/bitrix/main.register/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/ustemplate/components/bitrix/main.register/.default/images/sec-unlocked.png);}


.main-title {
    margin: 16px auto;
    max-width: 400px;
}

.bx-auth-reg {
    margin: 16px auto;
    max-width: 400px;
}
.bx-auth-reg input[type="password"],
.bx-auth-reg input[type="email"],  
.bx-auth-reg input[type="text"] {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 217px;
    max-width: 100%;
    height: 32px;
    padding: 0 16px;
    margin-bottom: 18px;
    margin-right: 18px;
}
.bx-auth-note{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 28px;
}
.bx-auth-reg .form-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bx-auth-reg .form-btn{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background: #86c20b;
    border: 1px solid #86c20b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 18px;
}
.form-row a{
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.bx-auth-reg .confidentiality{
    margin-top: 40px;
}
.bx-auth-reg p,
.bx-auth-reg .confidentiality,
.bx-auth-reg .confidentiality a{
    font-size: 12px;
    line-height: 16px;
}

.form-row-captcha{
    margin-bottom: 18px;
}

@media (max-width: 767px){
    .bx-auth-reg .form-row{
        flex-wrap: wrap;
    }
    .bx-auth-reg .col{
        width: 100%;
    }
    .bx-auth-reg input[type="password"], .bx-auth-reg input[type="text"]{
        width: 300px;
    }
}


/* End */
/* /local/templates/ustemplate/components/bitrix/main.register/.default/style.css?16703096211973 */
