input {
  height: 48px;
  &:focus {
    outline: 2px solid black;
  }
}

