/* Target the login page */
body.login {
    background-color: rgba(250, 233, 223, 1);
    color: #ffffff; /* Optional: white text */
}

#system-name {
    color: #253aa9;
}

/* Optional: style login box */
.login-container {
    color: black;
    /*border-radius: 8px;*/
}

#poweredby {
    display: none !important;
}
