form{
	padding:20px;
	margin:30px;
	background-color:gray
}
form label {
	color:blue;
}
form input {
	color:lightblue;
}