@media only screen and (max-device-width:600px) {

div.spaced_form_field {
	padding:12px;
	font-size:28pt;
}

div.spaced_form_field input[type=text], div.spaced_form_field input[type=password] {
	padding:12px;
	font-size:36pt;
}

div.spaced_form_field input[type=checkbox] {
	transform:scale(3);
	margin-right:30px;
}

div.faded_form_subtext {
	font-size:18pt;
}

}