@media only screen and (max-width: 767){
	.login{width: auto;}
	
}

@media only screen and (max-width: 400){
	.login{width: auto;}
	
}