input[type=text],
input[type=date],
input[type=number],
input[type=file],
input[type=email] {
  font-size: 1.125rem;
  max-width: 720px;
  padding: 2px 4px;
  width: 100%;
}

html, body, button, input, optgroup, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  color: #0066B3;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.label,
.label:not(:last-child),
.checkbox,
.checkbox:hover {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 0.125rem;
}

input[type=checkbox] {
  border-color: #000000;
}

.actions {
  margin-top: 1.5rem;
}
