img.login_logo {
	float: left;
	margin-right: 10px;
	position: relative;
	top: -5px;
	height: 50px;
	/*box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);*/
}


body {
	background-color: #f2f3f3;	
    background-image: url(/data/img/login-bg/1x1200.jpg);
    background-size: 100% auto;
    background-position: 20% 0%;
    background-repeat: no-repeat;
}

.loginerror {
	font-size: 12px;
	position: relative;
	top: 5px;
}

.login-form {
	opacity: 1;
	/*background-color: #f5fcfe;
    border: 1px solid #bccbbd;*/
   box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
