form {
  margin-bottom: 120px;
}
form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.4;
}
form input, form textarea {
  margin: 0px;
  margin-bottom: 15px;
  width: 100%;
  padding: 12px 10px 12px 15px;
  font-size: 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form input.error, form textarea.error {
  border: 2px solid #ca52c1;
}
@media screen and (max-width: 600px) {
  form input, form textarea {
    width: 90%;
  }
}
form .error label {
  color: #841990;
  border-bottom: 1px dashed;
}
form textarea {
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 600px) {
  form textarea {
    width: 90%;
  }
}
form #accept-terms,
form #accept-age,
form #product-selection {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  form #accept-terms,
  form #accept-age,
  form #product-selection {
    align-items: flex-start;
  }
}
form #accept-terms input[type=checkbox], form #accept-terms input[type=radio],
form #accept-age input[type=checkbox],
form #accept-age input[type=radio],
form #product-selection input[type=checkbox],
form #product-selection input[type=radio] {
  width: 50px;
  height: 20px;
  margin: 0px;
  flex-shrink: 0;
}
form #accept-terms {
  margin-top: 30px;
}
form #product-selection {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  form #product-selection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  form #product-selection input {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  form #product-selection label {
    text-align: center;
  }
}
form #product-selection #mockup {
  background-color: #fdfdfd;
  width: 80px;
  height: 110px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #cc419a;
  font-size: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  form #product-selection #mockup {
    margin-bottom: 20px;
  }
}
form button {
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0px;
  background-color: #488248;
  color: white;
  letter-spacing: 0.03em;
  margin: 40px auto 20px auto;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 6px;
}
form #message {
  color: white;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  display: none;
}
form #message.visible {
  display: block;
}
form #message.error {
  background-color: #cc419a;
}
form #message.success {
  background-color: #4d9734;
}

/*------------------------------------*\
    #HUMAN CHECK
\*------------------------------------*/
#human-check {
  margin-top: 50px;
  text-align: center;
}
#human-check label {
  margin-bottom: 25px;
}
#human-check .fill-the-blanks {
  display: inline-block;
  width: 65px;
  padding: 7px 7px 7px 0px;
  margin-right: 3px;
}
#human-check .item {
  margin-bottom: 10px;
}
#human-check input.medium {
  width: 75px;
}
#human-check input.short {
  width: 55px;
}

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