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(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(images/sec-unlocked.png);}

.bx-auth-lbl{float: left}
.bx-auth-serv-icons{margin-top: 7px}
form table tbody tr td>label{
    margin-top: 5px;
    margin-left: 5px;
}
input[name=Login] {
    display: block;
    background: #283d65;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    max-width: 200px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
}
input[name=USER_PASSWORD], input[name=USER_LOGIN]{
    background: #F8F7F7;
    border-color: #D9D9D9;
    padding: 5px;
    border-radius: 3px;
}