@media only screen and (min-width: 576px) {
  .ample-form-inline {
    display: flex;
    align-items: flex-start;
  }
}

.ample-form-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .ample-form-inline .ample-form-footer {
    padding-top: 0;
    display: block;
    display: flex;
    align-items: flex-start;
  }
}

.ample-input {
  margin-bottom: 15px;
}
.ample-input label {
  margin-bottom: 15px;
  line-height: 1em;
  font-size: 15px;
  color: #777771;
  font-weight: bold;
}
.ample-input label.ample-label-required:after {
  content: " *";
  color: #dd4420;
  font-weight: 700;
}
.ample-input input,
.ample-input textarea {
  padding: 15px !important;
  line-height: 1.4em !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
}
.ample-input input:focus,
.ample-input textarea:focus {
  border: 1px solid #ff9f1c !important;
  outline: none;
}
.ample-input textarea {
  min-height: 150px;
}
.ample-input.has-danger label {
  color: #dd4420;
}
.ample-input.has-danger input,
.ample-input.has-danger textarea {
  border-color: #dd4420 !important;
}
.ample-input .pristine-error {
  color: #dd4420;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
}
@media only screen and (min-width: 576px) {
  .ample-form-inline .ample-input {
    margin-right: 15px;
    flex: 1;
  }
}

.ample-submit {
  color: #fff;
  background-color: #ff9f1c;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.9;
  text-transform: none;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  border-radius: 4px;
  padding: 12px 45px;
  width: 100%;
}
.ample-submit:hover, .ample-submit:focus, .ample-submit:active {
  background: #d67d00;
  border: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .ample-submit {
    width: auto;
  }
}

.js-ample-form-error {
  color: #dd4420;
}

.ample-contact-form {
  margin-top: 20px;
}
