.sf-form label {
  font-weight: bold !important;
  color: #231f2a !important;
}
.sf-form textarea, .sf-form select, .sf-form input {
  margin-bottom: 25px;
  border-radius: 0;
  border: 2px solid #ccc !important;
  background: #fff !important;
  color: #444444 !important;
  font-size: 14px !important;
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #878787;
  box-shadow: none !important;
}
.sf-form p.submit input {
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 100px !important;
  margin-top: 0px !important;
  background: #e31837 !important;
  color: #fff !important;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
  transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 25px !important;
  -webkit-appearance: none;
}
.sf-form p.submit input:hover {
  background: #231f2a !important;
  color: #fff !important;
  border: none !important;
}
.sf-form input[type="date"] {
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.sf-form select {
  height: 38px;
}