/* Custom Guacamole branding for sandboxdd - Login page only */

/* Page background color - only on login page */
.login-ui {
    background-color: #00d5be !important;
}

/* Make app name lowercase instead of uppercase */
.login-ui .app-name {
    text-transform: none !important;
}

/* Ensure the login box stays white */
.login-ui .login-dialog {
    background-color: #ffffff !important;
}

/* Ensure button stays black */
.login-ui button[type="submit"] {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.login-ui button[type="submit"]:hover {
    background-color: #333333 !important;
}
