.email-form {
  margin-top: 3rem;
  /*
  .not-empty{
    background-color: #e2f2ff;
    border: 1px solid #545454 !important
  }
  */
}
.email-form .section-title {
  color: #003267;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.email-form label {
  margin-top: 0.5rem;
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 100%;
}
.email-form label.radio-label {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  margin-right: 20px;
}
.email-form label .form-item-label {
  margin-left: 2px;
}
.email-form input[type=text], .email-form input[type=email], .email-form input[type=phone] {
  display: block;
  border: 1px solid #bfe2ff;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
}
.email-form input[type=text].date-picker, .email-form input[type=email].date-picker, .email-form input[type=phone].date-picker {
  display: inline-block;
  width: 10rem;
  margin-left: 5px;
}
.email-form input[type=text].error, .email-form input[type=email].error, .email-form input[type=phone].error {
  border: 1px solid #ff0026;
}
.email-form label.error {
  border: 1px solid #ff0026;
}
.email-form select {
  display: block;
  border: 1px solid #bfe2ff;
  border-radius: 5px;
  padding: 0.4rem;
  max-width: 100%;
}
.email-form select.error {
  border: 1px solid #ff0026;
}
.email-form .send_btn {
  padding: 1rem;
  background: #5bac26;
  color: #fff;
  border-radius: 5px;
}
.email-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bfe2ff;
}
.email-form textarea.error {
  border: 1px solid #ff0026;
}
.email-form .required {
  background-color: rgba(255, 255, 174, 0.4);
}

/*# sourceMappingURL=form.css.map */
