.couponBackground {
  min-height: 100vh;
  min-width: 1000px;
  width: 100%;
  background: url(../img/bg-coupon.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  position: relative;
}
.couponBackground .backHome-btn {
  width: auto;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 23px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#df933d), color-stop(46%, #b86f27), color-stop(50%, #cc873c), to(#fad492));
  background: linear-gradient(180deg, #df933d 0%, #b86f27 46%, #cc873c 50%, #fad492 100%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3019607843);
  cursor: pointer;
}
.couponBackground .backHome-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3a35a), color-stop(46%, #cb7d2f), color-stop(50%, #d8a166), to(#fbe1b5));
  background: linear-gradient(180deg, #e3a35a 0%, #cb7d2f 46%, #d8a166 50%, #fbe1b5 100%);
}
.couponBackground a.backHome-btn {
  color: #fff;
}

.header-container.type1 {
  display: none;
}
.header-container.type1 span {
  color: #fff;
}

.coupon-content {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coupon-title {
  width: 600px;
  height: auto;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  margin: 34px 0 14px;
}

.form-wrap {
  width: 522px;
  height: 524px;
  background: url(../img/frame-bg.webp) no-repeat;
  padding-top: 60px;
}

.form-content {
  width: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.form-content form {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 0;
          flex-direction: 0;
  text-align: center;
}
.form-content .form-title {
  font-size: 17px;
  color: #4c61b3;
  font-weight: 700;
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
}
.form .q-formInput-couponCode {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 65px;
}
.form .q-formInput-couponCode .q-field__marginal {
  height: 46px;
}
.form .q-formInput-couponCode .q-field__control {
  height: 46px !important;
  background: #f5e8d9;
  -webkit-box-shadow: inset 0 2px #e0c5a5;
          box-shadow: inset 0 2px #e0c5a5;
}
.form .q-formInput-couponCode .q-field__native {
  text-align: center;
  font-size: 16px;
  color: #a8712d;
  -webkit-text-fill-color: #a8712d;
}

.form-content .h65 {
  margin-top: 65px;
}
.form-content input {
  height: 46px !important;
  background: #f5e8d9;
  -webkit-box-shadow: inset 0 2px #e0c5a5;
          box-shadow: inset 0 2px #e0c5a5;
  border-radius: 100px;
  outline: none;
  border: none;
  margin: 10px 0;
}
.form-content input::-webkit-input-placeholder {
  color: #a8712d;
  text-align: center;
}
.form-content input::-moz-placeholder {
  color: #a8712d;
  text-align: center;
}
.form-content input:-ms-input-placeholder {
  color: #a8712d;
  text-align: center;
}
.form-content input::-ms-input-placeholder {
  color: #a8712d;
  text-align: center;
}
.form-content input::placeholder {
  color: #a8712d;
  text-align: center;
}
.form-content input:hover {
  background: #e4d8ca;
}
.form-content .couponinput {
  width: 100%;
}
.form-content button {
  border-radius: 100px;
  outline: none;
  border: none;
  margin: 10px 0;
}
.form-content .couponCode-btn {
  color: #fff;
  padding: 5px;
  text-shadow: 0 2px 0 #5c3006;
  width: 100%;
  font-weight: 700;
  line-height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2b769), to(#a46027));
  background: linear-gradient(180deg, #f2b769 0%, #a46027 100%);
  -webkit-box-shadow: inset 0 2px 2px #f4c590, inset 0 5px 3px #feeecc, inset 0 -3px #924515;
          box-shadow: inset 0 2px 2px #f4c590, inset 0 5px 3px #feeecc, inset 0 -3px #924515;
}
.form-content .couponCode-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

@media (max-width: 992px) {
  #coupon .sideBar_container {
    display: none;
  }
  .backHome-btn {
    display: none;
  }
  .header-container.type1 {
    display: block;
  }
  .couponBackground {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    background-color: #071036;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    background-position: bottom center;
    background-image: url(../img/bg-coupon-m.webp);
    background-size: 100%;
  }
  .couponBackground .coupon-wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
  }
  .couponBackground .coupon-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .couponBackground img.coupon-title {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  .form-wrap {
    width: 100%;
    height: auto;
    min-height: 25.75rem;
    position: relative;
    padding: 3rem 4.5rem 3rem;
    background-size: contain;
    background-position: center;
  }
  .form-wrap .form-content {
    width: 100%;
  }
  .form-wrap .h65 {
    margin-top: 2rem;
  }
}
@media (max-width: 400px) {
  .form-wrap {
    min-height: 20rem;
    padding-top: 2rem;
  }
  .form-wrap .h65 {
    margin-top: 1rem;
  }
}