@import url("https://fonts.googleapis.com/css?family=Passion+One&display=swap");
@import url("https://rsms.me/inter/inter.css");
label {
  font-size: 12px;
  color: #B3B5BA;
  font-weight: 600; }
  label span {
    color: #FF7171; }

input {
  background: #EAECF1;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  padding: 12px;
  padding-right: 30px;
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #414652; }

select {
  display: block;
  font-size: 13px;
  padding: 10px;
  font-family: "Inter", sans-serif;
  color: #414652;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 3px;
  background: #EAECF1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%; }

textarea {
  background: #EAECF1;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px;
  padding-right: 30px;
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #414652; }

#explainer {
  font-size: 15px;
  margin-top: 45px; }

.create-form {
  padding: 50px 100px; }
  .create-form .input-wrap {
    margin-bottom: 20px; }
  .create-form .tier-rows input {
    margin-bottom: 5px; }
  .create-form .rows-actions {
    text-align: right; }
    .create-form .rows-actions a {
      font-size: 12px;
      margin-left: 15px;
      color: #414652;
      text-decoration: underline; }
  .create-form .form-btn-wrap {
    text-align: center;
    margin-top: 45px; }

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