input[type="submit"], .button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  background-color: #0645ad;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}