/* Login page — AdminLTE standard layout, InvoiceFlow brand colors */

body.login-page {
    font-family: 'DM Sans', sans-serif;
    background: #f4f6f9;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.login-box {
    width: 380px;
}

/* Brand lockup above the card */
.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.brand-icon {
    width: 36px;
    height: 36px;
    background: #1650a2;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c4a84f;
    font-size: 15px;
}

.brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #0c1a2e;
    letter-spacing: -.02em;
}

/* Card */
.login-card-body {
    padding: 28px 28px 24px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(12, 26, 46, .1);
}

.login-box-msg {
    text-align: center;
    color: #64748b;
    font-size: 13.5px;
    margin-bottom: 18px;
}

/* Inputs */
.login-card-body .form-control {
    border-color: #e2e8f0;
    background: #f8fafc;
    font-size: 14px;
}

.login-card-body .form-control:focus {
    border-color: #c4a84f;
    box-shadow: 0 0 0 3px rgba(196, 168, 79, .14);
    background: #fff;
}

.login-card-body .input-group-text {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #94a3b8;
}

.pwd-toggle {
    cursor: pointer;
}
.pwd-toggle:hover { color: #64748b; }

.forgot-link {
    font-size: 12.5px;
    font-weight: 600;
    color: #ad8d35;
    text-decoration: none;
}
.forgot-link:hover { text-decoration: underline; }

/* Submit */
.login-submit {
    background: #1650a2;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px;
    border-radius: 7px;
    transition: background .15s, transform .1s;
}

.login-submit:hover {
    background: #0f2240;
    color: #fff;
    transform: translateY(-1px);
}

.login-submit:active { transform: translateY(0); }

/* Footer */
.login-footer {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 18px;
}
