.cn_input,
.cn_topup_input {
  font-size: 16px;
  display: inline-block;
  height: auto;
  padding: 2px 12px;
  margin: 0px 5px;
  text-align: center;
  width: 64px;
  line-height: 2em;
}

.frmblck {
  margin-bottom: 20px;
  text-align: center;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
}

#btnSubmit {
  width: 304px;
}

#gcBx {
  margin-top: 40px;
}

#gcBx strong {
  font-weight: 700;
}

#gcBxTitle {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #87838f;
}

#gcBxMsg {
  text-align: center;
  position: relative;
}

#blcBx {
  font-weight: 700;
}

#gcBxMsg_img {
  width: 100%;
}

#gcBxMsg_outer {
  position: absolute;
  top: 27%;
  width: 100%;
  height: 100%;
  padding: 1% 5%;
}

#gcBxMsg_text {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bxtr strong {
  font-weight: 700;
}

.bxtr {
  border-bottom: 1px dotted #87838f;
  clear: both;
  margin-bottom: 20px;
  min-height: 80px;
  padding-bottom: 10px;
  position: relative;
}

#gcard-cc {
  background-image: url('https://giftano.com/img/giftano-card-email-output.png');
  background-position: center;
  background-size: cover;
  background-color: var(--primary-300);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /*width:256.8px;
  height:161.94px;*/
  width: 320px;
  min-height: 200px;
  position: relative;
  margin: 0px auto;
}

#gcard-cc-logo {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 120px;
}

#gcard-cc-balance {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 27px;
  right: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#gcard-cc-no {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1.8px;
  position: absolute;
  top: 90px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#gcard-cc-exp {
  color: #fff;
  font-size: 14px;
  padding-right: 25px;
  position: absolute;
  text-align: left;
  top: 118px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
}

#gcard-valid-until {
  display: inline-block;
  font-size: 6px;
  line-height: 1em;
  margin-left: 25px;
}

#gcard-cc-name {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 25px;
  letter-spacing: 1.5px;
  font-family: 'Raleway', sans-serif;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#blcBx {
  padding-top: 60px;
  font-size: 28px;
  font-weight: 700;
}

.linkToMc,
.linkToMc:hover {
  color: var(--primary-300);
  font-size: 14px;
  font-weight: 700;
  border-bottom: none !important;
}

#nonMemberBlocker {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
}

#nonMemberBlockerMessage {
  padding: 5% 20px 0px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35em;
}

#nonMemberBlockerMessage a {
  font-weight: 600;
}
