input remove blue glow

CSS
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
Source

Also in CSS: