
/* Replace builtin Guacamole logos */
.login-ui .logo img { display: none !important; }

.login-ui .logo {
    background-image: url("images/logo-144.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    height: 110px !important;
    margin-bottom: 1.5em !important;
}
/* Optional: small tweak, not strictly needed for logo override */
.login-ui {
  /* You can add custom styles later if you want */
}
