/* CONTACT FORM */
#contact-form input, #form_message {
  min-height: 67px;
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  padding-left: 30px;
}

#form_message {
  min-height: 264px;
  padding-top: 15px;
}

#contact-form ::placeholder {
  color: #000;
}

.row-submit {
  margin-top: 25px;
}

.row-submit .col-md-7 {
  padding-left: 45px;
}

.form-check {
  margin-bottom: 15px;
}

#contact-form input[type=checkbox],
#contact-form input[type=radio] {
  min-height: 0;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 0px;
}

.form-radio-check {
  margin-bottom: 10px;
}

.form-radio-check .form-check {
  display: inline;
  margin: 0 15px;
}

#contact-form input[type=image]{
  padding: 0;
  border: none;
  border-radius: 0;
  min-height: 0;
  background: none;
  box-shadow: none;
  max-width: 100%;
  height: auto;
  float: right;
}
