div.bx-auth {
    max-width: 480px;
    margin-top: 16px;
    margin-bottom: 24px;
}
div.bx-auth form {
    padding: 0;
    margin: 0;
}
div.bx-auth-note {
    margin: 0 0 16px 0;
    color: #555;
}
.auth-row {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 16px;
}
.auth-label {
    min-width: 80px;
    width: 80px;
    text-align: right;
    font-weight: bold;
    color: #333;
}
.auth-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.auth-btn {
    padding: 10px 28px !important;
    background-color: #1a56db !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    cursor: pointer !important;
    display: inline-block !important;
}
.auth-btn:hover {
    background-color: #1648c0 !important;
}

div.bx-auth p {
    margin-top: 14px;
}
div.bx-auth p a {
    color: #1a56db;
    text-decoration: none;
}
div.bx-auth p a:hover {
    text-decoration: underline;
}
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);
}