input {
	margin:5px;
}
input:focus {
	background-color:aqua;
}
