#global-sidebar {
    background: rgba(1, 37, 81, 1);
    color:#ffffff
}

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

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

/* Style the "Login with passkey" button */
.alternative-login-methods {
    background-color: rgba(243,247,252,255);
    color: #ffffff ;           /* Text color */
    border-radius: 5px;
}

/* Optional: hover effect */
.alternative-login-methods:hover {
    background-color: rgb(222, 223, 224);
}

#poweredby {
    display: none !important;
}
