.pushCoupons .btn {
  margin-bottom: 15px;
  background-color: lightgray;
}
@media (max-width: 1443px) {
  .pushCoupons .btn {
    margin-bottom: 11.25px;
  }
}
@media (max-width: 1280px) {
  .pushCoupons .btn {
    margin-bottom: 9.6px;
  }
}
@media (max-width: 1024px) {
  .pushCoupons .btn {
    margin-bottom: 10.65px;
  }
}
.pushCoupons .twoColumnContainer {
  display: flex;
}
.pushCoupons .twoColumnContainer .col {
  flex-basis: 50%;
}
.pushCoupons .cashierView {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 300px;
}
@media (max-width: 1443px) {
  .pushCoupons .cashierView {
    top: 11.25px;
  }
}
@media (max-width: 1280px) {
  .pushCoupons .cashierView {
    top: 9.6px;
  }
}
@media (max-width: 1024px) {
  .pushCoupons .cashierView {
    top: 10.65px;
  }
}
@media (max-width: 1443px) {
  .pushCoupons .cashierView {
    right: 11.25px;
  }
}
@media (max-width: 1280px) {
  .pushCoupons .cashierView {
    right: 9.9px;
  }
}
@media (max-width: 1024px) {
  .pushCoupons .cashierView {
    right: 7.95px;
  }
}
@media (max-width: 1443px) {
  .pushCoupons .cashierView {
    width: 225px;
  }
}
@media (max-width: 1280px) {
  .pushCoupons .cashierView {
    width: 198px;
  }
}
@media (max-width: 1024px) {
  .pushCoupons .cashierView {
    width: 159px;
  }
}
.pushCoupons .title {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1443px) {
  .pushCoupons .title {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pushCoupons .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1024px) {
  .pushCoupons .title {
    font-size: 28.4px;
  }
}
.pushCoupons .oneLineForm {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pushCoupons .oneLineForm * {
  margin: 0 10px;
}
.pushCoupons .oneLineForm .dollarAmountLabel {
  font-size: 150%;
  flex-basis: 100px;
  text-align: right;
}
.pushCoupons .pushBtn {
  width: 150px;
}
.pushCoupons .anyDollarTitle {
  font-size: 40px;
  text-align: center;
}
.pushCoupons .failedValidation {
  border: 2px solid #e85c41;
}
.pushCoupons .failedValidation::-webkit-input-placeholder {
  color: pink;
}
.pushCoupons .validationText {
  text-align: center;
  color: pink;
}