/* Hide Guacamole footer/version */
.footer,
.version {
    display: none !important;
}

/* Center logo */
.login-ui .login-dialog::before {
    content: "";
    display: block;
    background: url("/branding/logo.png") no-repeat center;
    background-size: contain;
    height: 80px;
    margin-bottom: 20px;
}

/* Subtle background */
body {
    background: #0f172a;
}
