This is because in your stylesheet.css the background colour of input:focus is set to black. See below

input:focus

{
background-color: #000000;
}



I Believe the default colour is usually #e4fef5