@media screen and (max-width:767px){
body{
 max-height:700px;
background-color:#FFF;	
}

.login-form{
  margin:120px auto;	
}
}	