

/* Start:/bitrix/templates/opt/components/bitrix/system.auth.form/.default/style.css?17805743621844*/
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/templates/opt/components/bitrix/system.auth.form/.default/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/templates/opt/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}

div.bx-system-auth-form input[type="submit"]{border: none;width: 180px;height: 40px;position: static;background: #fc4a5c !important;color: #fff !important;cursor: pointer;margin: 15px 0;border-radius: 5px;}
div.bx-system-auth-form input:not(*[type="submit"]), div.bx-system-auth-form  select, div.bx-system-auth-form  button{
	background: #f5f5f5;
    border: none;
    background-color: #f5f5f5;
    border: none;
    padding: 11px 16px;
    font-size: 14px;
    color: #a6a6a6;
    font-family: "mullerlight";
    letter-spacing: 0.4px;
    width: 100%;
}

.autho_container form table tr input[type="checkbox"] {
    width: 13px;
    margin-top: 3px;
}

.autho_container {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .autho_container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .autho_container .row .col-sm-8 {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .autho_container {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .autho_container {
        margin: 0 auto;
        width: 1136px;
    }
}
/* End */
/* /bitrix/templates/opt/components/bitrix/system.auth.form/.default/style.css?17805743621844 */
