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