input,
input:focus,
select,
textarea,
textarea:focus {
  font-size: 12px;
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select {
  padding: 2px;
}
input[type=number] {
  width: 80px;
}
/* On small screens */
@media (max-width: 640px) {
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=file],
  textarea,
  select {
    max-width: 100%;
  }
  input.base-selector {
    max-width: 100px;
  }
}
