/*
 * MyForexVPS branding for Apache Guacamole - logo only, default light theme.
 *
 * If this selector doesn't visibly apply on your instance, open DevTools on
 * the login page (right-click -> Inspect), find the actual class on the
 * logo element, and swap it in here.
 */

.login-ui .login-dialog .logo {
    background-image: url('app/ext/myforexvps-theme/images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 4em;
    margin-bottom: 1em;
}
