
/* This is logo in the login box */
.login-ui .login-dialog .logo {
/*	width: 246px;
	height: 143px;
    background: #001E40;*/
	width: 180px;
	height: 180px;
    background-color: transparent;
	background-size: auto;
    color: white;
	-webkit-background-size: auto;
    background-image:  url('app/ext/guac-customize/web/images/logo.png');

}

/* This is the background for the entire page */
div.login-ui {
    background-image: url('app/ext/guac-customize/web/images/bg.gif');
/*    background: #001E40;*/
	background-size: auto;
}

.login-ui div.login-dialog {
/*    background: #001E40;*/
    background-color: transparent;
}

.login-ui .login-fields .labeled-field {
    z-index: 0;
    color: white;
    background-color: transparent;
}

/* Fixes the font size so the welcome text fits on one line*/
.login-ui .login-dialog .version {
	font-size: 1.0em;
    color: white;
/*    background: #001E40;*/
    background-color: transparent;
}

/* This removes the Guacamole {Version} from the login box
.version.ng-binding {
    display: none;
}
*/
