.login-page {
    background: #f8f9fa;
}
/* Left */

.left-panel {
    background: linear-gradient(180deg, #1b5e20, #2e7d32);
}

.logo-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1e3fa8;

    display: flex;
    align-items: center;
    justify-content: center;
}

.left-panel h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.stat-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 22px;
    color: #fff;
    backdrop-filter: blur(10px);
}

.stat-card h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

/* Right */

.login-wrapper {
    width: 100%;
    max-width: 480px;
    padding: 40px;
}

.system-logo {
    width: 55px;
    height: 55px;

    border-radius: 15px;
    overflow: hidden;

    background: #2e7d32;
    padding: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 24px;
}

.system-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card {
    border-radius: 20px !important;
}

.form-control {
    border-radius: 12px;
    padding: 12px 16px;
}

.btn-success {
    background: #2e7d32;
    border-color: #2e7d32;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.btn-success:hover,
.btn-success:focus {
    background: #1b5e20;
    border-color: #1b5e20;
}

@media (max-width: 991px) {
    .login-wrapper {
        padding: 30px;
    }
}

/* Personnel (blue) theme overrides */

.personnel-login .left-panel {
    background: linear-gradient(180deg, #081c5c, #1e3fa8);
}

.personnel-login .system-logo {
    background: #081c5c;
}

.personnel-login h3.text-success {
    color: #081c5c !important;
}

.personnel-login a.text-success {
    color: #081c5c !important;
}

.personnel-login a.text-success:hover {
    color: #081c5c !important;
}

.personnel-login .btn-success {
    background-color: #081c5c !important;
    border-color: #081c5c !important;
}

.personnel-login .btn-success:hover {
    background-color: #081c5c !important;
    border-color: #081c5c !important;
}

.personnel-login p.text-muted {
    color: #6c757d !important;
}
