/**
 * Host / super-admin CMS only — not loaded on SaaS tenants (is_prestige_tenant).
 * Loaded after custom.css via app_admin_* and app_customers_head.
 * See cms_super_admin_enqueue_custom_css in application/helpers/my_functions_helper.php.
 */
body.customers.customers_login {
    background: #21314f !important;
}

body.login_admin {
    background: #21314f !important;
}

body.login_admin p, body.login_admin h1 {
    color: #fff !important;
}
.customers_login p,
.customers_login h1 {
    color: #fff !important;
}

body.customers.customers_login footer.footer {
    background: #21314f !important;
    border-top: 0px !important;
    color: #fff !important;
}
.staff_logged_time {
    padding: 20px;
}

body.customers.customers_login nav {
    display: none !important;
}

body.customers.forgot-password {
    background: #21314f !important;
}

body.authentication.forgot-password {
    background: #21314f !important;
}

body.authentication.forgot-password p, body.authentication.forgot-password h1 {
    color: #fff !important;
}

body.customers.forgot-password p,
body.customers.forgot-password h1 {
    color: #fff !important;
}

body.customers.forgot-password footer.footer {
    background: #21314f !important;
    border-top: 0px !important;
    color: #fff !important;
}

body.customers.forgot-password nav {
    display: none !important;
}

/* body.customers p, body.customers h1 {
    color: #fff!important;
}
body.customers footer.footer{
    background: #21314f!important;
    border-top:0px!important;
    color: #fff!important;
}
body.customers nav{
    display: none!important;
} */