body, html {
	background-color:#daf2ff;
}

#divLogin {
	width:320px;
	padding:20px 35px;
	background: #ffffff url("../images/backwall.jpg") no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	border-radius:8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#imgLogo {
	position:absolute;
	width:160px;
	bottom:30px;
	right:20px;
}

#inpUser, #inpPass {
	margin:10px 0;
}

#btnLogin {
	margin:15px 0;
	padding:8px 15px;
}