/* Mobile only */
@media (max-width: 767px) {
  input[type="time"] {
    width: 50%;
  }
  input[type="date"] {
    width: 50%;
  }
}