form input, form select,
form .form-input-style {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #595959;
}
form textarea {
  height: 100px;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #595959 !important;
}

.form-check-input:checked {
  background-color: #29b494 !important;
  border-color: #29b494 !important;
}

.opt-out-form .form-check .form-check-label {
  font-weight: 700;
}
.opt-out-form .form-check ul li {
  line-height: 22px;
  margin-bottom: 0;
}