.enterCouponPane {
  width: 100%;
  padding: 20px;
}
@media (max-width: 1443px) {
  .enterCouponPane {
    padding: 15px 15px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane {
    padding: 12.8px 13.2px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane {
    padding: 14.2px 10.6px;
  }
}
.enterCouponPane .topSection {
  flex: 1 1 auto;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 70px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1443px) {
  .enterCouponPane .topSection {
    font-size: 52.5px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane .topSection {
    font-size: 44.8px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane .topSection {
    font-size: 49.7px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane .topSection {
    font-size: 44px;
  }
}
.enterCouponPane form {
  height: 100%;
}
.enterCouponPane #couponInput {
  font-family: brandon-grotesque-medium, sans-serif;
  text-align: center;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 100px;
  color: black;
  border-radius: 5px;
  border: 1px solid black;
}
@media (max-width: 1443px) {
  .enterCouponPane #couponInput {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane #couponInput {
    font-size: 38.4px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane #couponInput {
    font-size: 42.6px;
  }
}
@media (max-width: 1443px) {
  .enterCouponPane #couponInput {
    margin-bottom: 22.5px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane #couponInput {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane #couponInput {
    margin-bottom: 21.3px;
  }
}
@media (max-width: 1443px) {
  .enterCouponPane #couponInput {
    line-height: 75px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane #couponInput {
    line-height: 64px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane #couponInput {
    line-height: 71px;
  }
}
@media (max-width: 1443px) {
  .enterCouponPane #couponInput {
    border-radius: 3.75px;
  }
}
@media (max-width: 1280px) {
  .enterCouponPane #couponInput {
    border-radius: 3.2px;
  }
}
@media (max-width: 1024px) {
  .enterCouponPane #couponInput {
    border-radius: 3.55px;
  }
}