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

.login-form__container {
    width: 300px;
}
.bx-system-auth-form .field {
    margin-bottom: 10px;
}
.bx-system-auth-form .field.checkbox {
    display: flex;
    align-items: center;
}

.bx-system-auth-form .field.checkbox input {
    margin: 0;
    position: static;
}

.bx-system-auth-form .field.checkbox label {
    margin-bottom: 0;
    padding-left: 10px;
}

.bx-system-auth-form .btnlink {
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    width: 100%;
}