.workarea .bx-system-auth-form{
    max-width: 600px;
    margin: 0 auto;
}


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);}

.workarea .bx-system-auth-form .form-group.captchaLine{
    margin-bottom: 20px;
}
.workarea .bx-system-auth-form .form-group.captchaLine label{
    width: 100%;
}

.workarea .bx-system-auth-form .form-group.captchaLine img,
.workarea .bx-system-auth-form .form-group.captchaLine input[type="text"]{
    display: inline-block;
}

.workarea .bx-system-auth-form .form-group.captchaLine img{
    width: 200px;
    height: 34px;
}

.workarea .bx-system-auth-form .form-group.captchaLine input[type="text"].form-control{
    width: calc(100% - 205px);
}

.workarea .bx-system-auth-form .form-group.captchaLine input[type="text"].form-control:after{
    float: none;
    clear: right;
}
