#cfc form input[type="number"], #cfc form input[type="tel"], #cfc form input[type="date"], #cfc form textarea, #cfc form input {
  background-color: #d7dbcf; !important
}
#cfc form input[type="number"] {width: 40px; !important }
#cfc form input[type="tel"], #cfc form input[type="date"] {width: 240px; !important }
#cfc form .wpcf7-submit {
  padding: 6px; !important
  border-radius: 3px;  !important
}