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

.system_auth_form_f{
    display: flex;
    margin-bottom: 8px;
}
.system_auth_form_fz{
    font-size: 1.09rem;
    font-weight: 400;
    text-align: left;
    padding-right: 10px;
    width: 80px;
}
.system_auth_form_f input[type="text"],
.system_auth_form_f input[type="password"]{
    padding: 4px 7px;
    outline: none;
    width: 250px;
}
.block_user_remember{
    display: flex;
}
.block_user_remember input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: 80px;
}
.block_user_remember label{
    padding-left: 10px;
    font-size: 1.03rem;
}
.bx-system-auth-form input[type="submit"]{
    display: block;
    text-decoration: none;
    outline: none;
    width: max-content;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 18px;
    border-radius: 5px;
    color: #ffffff;
    font-size: inherit;
    border: unset;
    user-select: none;
    background-color: var(--button-green);
    margin-top: 10px;
    margin-left: 80px;
    margin-bottom: 20px;
}
.bx-system-auth-form input[type="submit"]:hover{
    background-color: var(--button-green-hover);
}
.table_auth{
    margin-bottom: 20px;
}
.table_auth a{
    font-size: 1.03rem;
}
font.errortext {
    margin-bottom: 10px;
    display: block;
}