.item--center {
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item--center .form-head--custom {
  text-align: center;
}
section .email--wrapper {
  margin-top: 10rem;
  text-align: center;
}

section .form--wrapper {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr;
  align-items: center;
  justify-items: center;
}

input.input--custom {
  font-size: 0.9rem;
}
input.input--custom:focus {
  border: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
input.input--custom:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

textarea.input--custom {
  font-size: 0.9rem;
}
textarea.input--custom:focus {
  border: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
textarea.input--custom:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

form.form--custom {
  min-width: 300px;
  margin-top: 1rem;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  /* background-color: #fbd747; */
  background-color: #fffffd;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
form.form--custom:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (min-width: 768px) {
  form.form--custom {
    width: 380px;
  }
  .item--center {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .item--center .form-head--custom {
    text-align: center;
  }
  section .email--wrapper {
    margin-top: 0;
    text-align: left;
  }

  section .form--wrapper {
    margin-top: 100px;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
}

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