#account, #logInForm{
    background: #fff;
}

#login-submit {
    background: #ff8d00;
}

/* ============ Night Combine dark theme (UI Rev) — overrides ============ */
#account,
#logInForm {
    background: #121723 !important;
    border: 1px solid #222c40 !important;
    color: #eef2fb !important;
}

#login-submit {
    background: linear-gradient(135deg, #ff8d00, #f71f00) !important;
    border: none !important;
    color: #fff !important;
}

#login-submit:hover {
    background: linear-gradient(135deg, #f71f00, #ff8d00) !important;
}
