.rsform-input-box, .rsform-select-box, textarea, .rsform-calendar-box {
  background-color: white;
  border: 1px solid grey !important;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 5px #333333;
  color: #567792;
  font: 15px "Helvetica Neue",Arial,sans-serif;
  margin-bottom: 8px;
  opacity: 1 !important;
  padding: 9px 7px 10px;
  width: 296px;
}