input:focus {
  border: 1px solid royalblue;
}

textarea:focus {
  border: 1px solid royalblue;
}