/* login */
.login-background {
	background-image: url("/javax.faces.resource/images/background_540.jpg.xhtml?ln=login");
	background-size: cover;
	display: block;
	-webkit-filter: blur(10px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1;
}
.login-content {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	top: 0px;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 2;
	padding: 0 10px;
}
#login-box {
	min-height: 160px;
}
/*logo height changed*/
#login-logo img {
    height: 48px;
}