#global-sidebar {
    background: rgba(214, 103, 39, 1);
    color:#ffffff
}

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

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

#poweredby {
    display: none !important;
}
