@media screen and (max-width: 600px){
	form .field input[type="text"], 
	form .field input[type="password"],
	form .button input[type="submit"] { font-size: 16px; line-height: 36px; }
}