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

.auth_result{
    padding: 10px;
}
.auth_result .errortext,
.auth_result .notetext
{
    color: white;
    font: normal 14px/1.71429 Verdana;
}
.label-remember{
    margin-top: 23px;
    margin-left: 7px;
    color: #FFF;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.USER_REMEMBER{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.USER_REMEMBER+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.USER_REMEMBER+label:before{
    content: '';
    display: inline-block;

    width: 20px;
    height: 20px;
    flex-shrink: 0;

    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;

    /*width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;*/
}
.USER_REMEMBER:checked+label::before {
    border-radius: 5px;
    border: 3px solid #DDD;
    background: linear-gradient(215deg, #015570 24.39%, #9747FF 80.03%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}