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);
}

.store-auth {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.forgot-pwd-link {
    font-size: 12px;
}

.auth-btn {
    width: 100%;
    margin-top: 20px;
}

.error_mess p {
    margin: unset;
}

.error_mess .errortext {
    color: inherit;
}