/* Force same height on course select and mobile input container */
#contactForm .iti {
  width: 100%;
  height: 48px; /* Match with other input heights */
}

#contactForm .iti input {
  height: 100% !important;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}

/* Set height for the course dropdown */
#contactForm select.form-control {
  height: 48px;
  padding: 0.375rem 0.75rem;
}
