input,select,textarea{
outline:none;
}
Some people understand "user-friendliness" and design rather differently than Google does. So, to eliminate the outline border effect on form element focus, which is Chrome’s default behavior, here is a quick fix.
In the CSS you set the default behavior as it is in the rest of the browsers.