#customForm.quick_form_27_css * {
  box-sizing: border-box !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

/*** RESPONSIVE START */
@media only screen and (max-width: 200px) {
  .quick_form_27_css[name=SIGNUP_BODY] {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }
}
/*Major Mobiles*/
@media screen and (min-width: 320px) and (max-width: 580px) and (orientation: portrait) {
  .quick_form_27_css[name=SIGNUP_BODY] {
    max-width: 300px !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }
}
/* iPads*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .quick_form_27_css[name=SIGNUP_BODY] {
    max-width: 500px !important;
    margin: 0px auto !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .quick_form_27_css[name=SIGNUP_BODY] {
    max-width: 700px !important;
    margin: 0px auto !important;
  }
}
@media screen and (min-width: 475px) and (max-width: 980px) and (orientation: landscape) {
  .quick_form_27_css[name=SIGNUP_BODY] {
    max-width: 400px !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }
}
