CSS
selector input:focus{
background-color: #D8D4D4!important;
color:blue!important;
}
selector select:focus{
background-color: #D8D4D4!important;
color:blue!important;
}
selector textarea:focus{
background-color: #D8D4D4!important;
color:blue!important;
}
If you need any plugin for this tutorial you can find it in the plugins page.