input {
  border-radius: 5px;
  height: 20px;
  padding: 2.5px;
  font-family: "Times New Roman", Times, Serif;
}
input.blank {
  color: #4a4a4a;
  background-color: #f4f4f4;
}
input.filled {
  color: #111111;
  background-color: #f3f3f3 !important;
}
