body{
	overflow: hidden; 
	width: auto; 
	height: auto; 
	margin: 0px; 
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;
}
.label-login {
	color: #4c89c1 !important;
	font-size: 20px;
	font-weight: bold;
}
.label-login-header {
	border-bottom: 1px solid #46b8da !important;
	font-size: 15px;
}
.ui-layout-unit-content {
	background: url(../img/fondo.png) fixed no-repeat bottom right
		!important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100% !important;
	position: absolute;
	margin: 0px;
	z-index: 0;
	display: block;
	visibility: visible;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.btnLoginPanel {
	background: transparent !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #5bc0de;
	border-color: #46b8da !important;
}
h1 {
	font-size: 30px !important;
	border-bottom: 1px solid #46b8da !important;
	width: 60%;
}
input#username input#password {
	width: 100% !important;
}
.tittleXXL{
	z-index: 10001;
	color: #deb456;
	width: 72% !important;
	border-bottom: 2px solid #2196F3;
	font-size: xxx-large;
	font-family: inherit;
}