/* Admin login — align with ESS / AdminLTE login-page (no colored page chrome). */

html, body { height: 100%; }

body.login-page {
    margin: 0 !important;
    min-height: 100vh !important;
    height: 100% !important;
    /* Same default AdminLTE gray as /ess/login — not solid brand blue */
    background-color: #d2d6de !important;
    background-image: none !important;
}

.login-shell {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 16px;
}

.login-box {
    width: 360px;
    margin: 0 auto !important;
}

.db-auth-fields { display: none; }
.db-auth-fields.show { display: block; }

.login-box .card-outline.card-primary {
    border-top: 3px solid #007bff;
}

.login-box .card-header .h1 {
    font-size: 2.1rem;
    font-weight: 300;
    color: #495057;
    text-decoration: none !important;
}

.login-box .card-header .h1 b {
    font-weight: 700;
}

.login-box-msg {
    margin: 0 0 1rem !important;
    padding: 0 !important;
    font-size: 1rem;
    color: #666;
    text-align: center;
}

.login-box a.text-muted {
    font-size: 0.875rem;
    text-decoration: none;
}

.login-box a.text-muted:hover {
    color: #495057 !important;
    text-decoration: underline;
}
