body.login-bg-adminlte {
    background: linear-gradient(135deg, #0b2d5b 0%, #0f5aa6 55%, #e8f2ff 100%);
}
.login-logo-circle,
.brand-initials,
.user-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.login-logo-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    color: #0b5ed7;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.brand-initials {
    width: 34px;
    height: 34px;
    background: #ffffff;
    color: #0b5ed7;
    opacity: .95;
    margin-left: .8rem;
    margin-right: .5rem;
}
.user-initials {
    width: 34px;
    height: 34px;
    background: #6c757d;
    color: #ffffff;
}
.card-title { font-weight: 600; }
.table td, .table th { vertical-align: middle; }
.badge { font-size: 85%; }
.content-header { padding-bottom: 0; }
.small-box .icon { opacity: .35; }
.form-group label { font-size: .9rem; }
