

/* Start:/bitrix/components/mx/system.auth.form/templates/login_form_renew/style.css?17657995264205*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/components/mx/system.auth.form/templates/login_form_renew/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/components/mx/system.auth.form/templates/login_form_renew/images/sec-unlocked.png);}
.auth_form .checkbox, .auth_form .radio {padding-left: 0;margin-left: 0;}
.registr_btn,
.auth_submit_new {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    transition: var(--transition);
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(69, 130, 239, 0.64);
    background: linear-gradient(#6197F8, #0173FD);
}
.title_auth.title_registr{
    padding-left: 0px;
}
.registr_sub .registr_list {
    padding-left: 16px !important;
}
.registr_btn.btnOpenRegistration{
    width: 273px;
    margin-left: 5%;
}
.auth_form .checkbox label, .auth_form .radio label {
    padding-left: 0px;
}
.bx-system-auth-form {
    background-color: #fff;
    margin-bottom: 150px;
    border-radius: 15px;
    padding: 20px;
}
main .breadcrumbs_cont,
main .personal_main_wrapper {
    background-color: #F8F8F8;
}
.registration_form {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}
.inputBlock {
    margin-bottom: 16px;
}
.textBlock.all,
.inputBlock.rec {
    margin: 15px 0px;
}
@media screen and (max-width: 767px) {
    #registration_new .registr_submit{
        margin-top: 15px;
    }
    .registr_btn.btnOpenRegistration{
        width: 100%;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .bx-system-auth-form {
        margin-bottom: 30px;
    }
    .personal_data_form {
        padding: 5px;
    }

    .rc-anchor-normal{
        width: 284px;
    }
    .rc-anchor-normal .rc-anchor-pt {
        right: 12px;
    }
}
.inputreg{
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 35px;
}
.inputreg:last-child{
    margin-bottom: 0;
}
.inputreg input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px !important;
    border: 1px solid #111;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    color: #111;
    font-weight: 300;
}
.inputreg span{
    position: absolute;
    top: 14px;
    left: 10px;
    display: inline-block;
    padding: 10px;
    font-weight: 300;
    transition: 0.5s;
    pointer-events: none;
    font-size: 16px;
    color: #7a7a7a;
    font-family: 'Source Sans 3', sans-serif;
}
.inputreg input:focus ~ span,
.inputreg input:valid ~ span,
.inputreg.error_text span{
    font-size: 10px;
    transform: translateX(-10px) translateY(-10px);
}
.textBlock {
    margin-top: 15px;
}
#registration_new .registr_submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 274px;
    gap: 8px;
    text-align: center;
    height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: var(--transition);
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(69, 130, 239, 0.64);
    background: linear-gradient(#6197F8, #0173FD);
}
.auth_submit_new:active, .auth_submit_new:hover,
.registr_btn:active, .registr_btn:hover{
    box-shadow: 0 4px 16px 0 transparent;
    background: linear-gradient(#76A6FE, #4D8AF6);
}
#registration_new .registr_submit.focus, #registration_new .registr_submit:focus, #registration_new .registr_submit:hover {
    box-shadow: 0 4px 16px 0 transparent;
    background: linear-gradient(#76A6FE, #4D8AF6);
}
.custom_checkbox label input[type=checkbox]:checked + .cr, .custom_radio label input[type=radio]:checked+.cr>.cr-icon {
    background-color: #4D8AF6;
}
.custom_checkbox .fa-check:before {
    color: white;
}
/* End */
/* /bitrix/components/mx/system.auth.form/templates/login_form_renew/style.css?17657995264205 */
