/*div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}*/
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

.code-error{
    color: #FF3F3E;
}
.login-span{
    width: 100%;
    height: 40px;
    background: #FF3F3E;
    border-radius: 55px;
    margin-bottom: 22px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 40px;
}
.js_popup.pending .js_popup_cnt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/template1/assets/img/load.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    background-color: rgba(255,255,255,0.5);
}