.order-form {
  font-size: 1.3rem;
  background-color: white;
  padding: 1.25em;
  max-width: 27.5em;
  font-family: Arial, sans-serif;
  background-image: url(../img/formbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .order-form {
    font-size: 1.4rem;
  }
}
.order-form__header {
  text-align: center;
}
.order-form__img {
  width: 6.25em;
  max-width: 6.25em;
}
.order-form__heading {
  font-size: 1.25em;
}
.order-form__order-num {
  font-size: 0.875em;
  color: #0000ff;
}
.order-form__framed {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em;
  font-weight: 700;
  max-width: 40rem;
  border: 2px solid #0299ff;
  padding: 0.8em;
  line-height: 150%;
  margin-bottom: 1.8em;
}
.order-form__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.3125em;
}
.order-form__input {
  font-size: 1.25em;
  padding: 0.75em;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 30rem;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.order-form__input-group {
  margin-bottom: 1rem;
}
.order-form__submit {
  width: 100%;
  max-width: 25rem;
  margin-top: 1.5625em;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  border: none;
  cursor: pointer;
  font-size: 1.25em;
}
.order-form__extra {
  font-size: 0.75em;
  text-align: center;
}
@media(max-width:670px) {
  .order-form__img {
    width: 5.25em;
  }
  .order-form__heading {
    font-size: 1.15em;
  } 
  .order-form__submit {
    max-width: 77%;
    font-size: 18px;
  }
}

@media(max-width:570px) {
  .order-form__img {
    width: 4.35em;
  }
  .order-form__heading {
    font-size: 18px;
  }
  .order-form__order-num {
    font-size: 16px;
  }
  .order-form__framed {
    padding: 8px;
    font-size: 16px;
  }
}


/*# sourceMappingURL=order-form.css.map */
