@media only screen and (max-width : 1100px) {
#footer{
	position: absolute;
	float: none;
	bottom: 0;
	height: 60px;
}
#login .bg{
	height: 250px;
	background-size: auto 100%;
}
#login .center{
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -140px;
	width: 280px;
	height: 450px;
}
}
@media only screen and (max-height : 570px) {
#footer{
	position: absolute;
	float: none;
	top: 510px;
	bottom: 0;
}
}
