.auth-dropdown .dropdown__title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    gap: 5px;
}
.auth-dropdown .dropdown__title::after{color: inherit !important;}
.auth-dropdown.open .dropdown__title:not(:hover){color: #fff !important;}
.auth-dropdown .dropdown__item.username{color: #b11e29 !important;}
.auth-dropdown .dropdown__item[name="logout_butt"]{
    font-size: inherit;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
.submit-container .bt{margin-left: 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);}

