

/* Start:/local/components/custom/Wfeedback/templates/.default/style.css?16902808091353*/
div.mfeedback {
  /* border: 1px solid black; */
  /* padding: 20px; */
}
div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message,
div.mf-birthday,
div.mf-phone,
div.mf-education,
div.mf-experience {
  width: 80%;
  padding-bottom: 0.4em;
}
div.mf-name input,
div.mf-email input,
div.mf-birthday input,
div.mf-phone input,
div.mf-education input,
div.mf-experience input,
.captcha {
  width: 60%;
  border-bottom: 1px solid #484c55;
  border-radius: 0;
}

div.mf-message textarea {
  width: 60%;
  border-bottom: 1px solid #484c55;
  border-radius: 0;
}
span.mf-req {
  color: red;
}
div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

section {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  color: #f6968f;
  margin: 10px 0px 10px 0px;
}
.btn_smb {
  height: 42px;
  width: 139px;
  background: #f6968f;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  div.mf-name input,
  div.mf-email input,
  div.mf-birthday input,
  div.mf-phone input,
  div.mf-education input,
  div.mf-experience input {
    width: 90%;
  }
  div.mf-name,
  div.mf-email,
  div.mf-captcha,
  div.mf-message,
  div.mf-birthday,
  div.mf-phone,
  div.mf-education,
  div.mf-experience {
    width: 100%;
  }
  div.mf-message textarea {
    width: 90%;
  }
}

/* End */
/* /local/components/custom/Wfeedback/templates/.default/style.css?16902808091353 */
