/* Department branding for Apache Guacamole login page */

.login-ui .login-dialog {
    max-width: 420px;
}

.login-ui .login-dialog .logo {
    display: none !important;
}

.login-ui .login-dialog h1 {
    display: none !important;
}

.login-ui .login-dialog::before {
    content: "";
    display: block;
    width: 350px;
    height: 120px;
    margin: 0 auto 18px auto;
    background-image: url("/guacamole/branding/logo_ufficiale.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.login-ui .login-dialog::after {
    content: "Remote Desktop Access";
    display: block;
    margin: 12px auto 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Hide the extra footer text below the login button */
.login-ui .login-dialog::after {
    content: none !important;
    display: none !important;
}
