._form_1 ._form_element:nth-child(1) {
  display: none;
}

._form_1 ._field-wrapper,
._form_1 ._field-wrapper > * {
  width: 100%;
}

@media (min-width: 769px) {
  ._form ._form-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

._form_1 ._form_element:nth-child(3) {
  width: 48%;
  float: left;
}

._form_1 ._form_element:nth-child(4) {
  width: 48%;
  float: right;
}

._form_1 ._form_element {
  margin-bottom: 10px;
}

._form_1 ._submit {
  background-color: #ffcc42;
  font-family: Open Sans,sans-serif;
  background-color: #ffc62e;
  color: #0a0e28;
  padding: 1.3rem 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all .3s ease 0s;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 769px) {
  ._form_1 ._submit {
    font-size: 1.8rem;
    padding: 1.6rem 5rem;
    width: auto;
    display: inline-block;
  }
}
