input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  outline: none;
}