to change the background color of the specific form input that the user is currently focussed on. code example
Example: color background to input boxes on focus
input:focus {
background-color: yellow;
}
input:focus {
background-color: yellow;
}