
@media only screen and (min-width:450px) and (max-width: 520px) {
.login-form form {
	transform: translate(-50%, -56%);
	width: 430px;
}
}


@media all and (max-width:450px){
.login-form form {
	width: 385px;
}
}


@media all and (max-width:400px){
.login-form form {
	width: 325px;
}
}


  
  
  
