.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  border-radius: 0px !important;
  box-shadow: none !important;
}
.mktoForm .mktoButtonWrap .mktoButton {
  padding: 1.6rem 7.2rem !important;
  font-size: 1.6rem !important;
  line-height: 1em !important;
  border: none !important;
  border-radius: 3px !important;
  color: #fff;
  background: #00a88e !important;
  margin-bottom: 1.2rem !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.mktoForm .mktoAsterix {
  float: left !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: 20px !important;
}

@media (max-width: 480px) {
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
    width: 100% !important;
  }
}

#mktoForm_27231 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
}

#mktoForm_27231 .mktoButtonWrap {
  margin-left: 0px !important;
}
#mktoForm_27231 .mktoHtmlText {
  line-height: 1.2em;
  margin-right: 1.7rem;
  max-width: 350px;
}

@media (max-width: 1024px) {
  #mktoForm_27231 {
    flex-wrap: wrap;
    /* width: 100% !important;*/
  }
}
