.form-input-field:focus {
	background-color: #e6ffcc;
}

.form-input-field:hover {
	background-color: #8cd83a;
}