.respond-popup{
  color: #333333;
  text-align:center;
  padding: 35px;
  font-family: "graphik", sans-serif;
}
.respond-popup .close{
    position: absolute;
    right: 36px;
    top: 45px;
    z-index:11;
}

.respond-popup .modal-body{
    padding: 40px 0;
}

.respond-popup .modal-body{
 padding: 40px 0;
}

.thankYouMsg {
  font-size: 16px;
  font-weight: 500;
  min-height: 40px;
  white-space: normal;
  line-height: 20px;
  margin: 0 auto 10px auto;
  max-width: 467px;
}

.login_valuation {
  display: flex;
  font-size:16px;
  padding: 11px 30px;
  background: #f0484e;
  max-width: 467px;
  font-weight:500;
  width: 100%;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 6px;
  margin: 0 auto;
  color: #ffffff;
  border: 0;
}

.login_valuation:hover {
  opacity: 0.6;
}

.login_valuation:focus {
  outline: 0;
}

.bottomBtn:hover{
    background:#fff0f1;
    opacity:1;
}

#respond_form .close{
    opacity:0.5;
}

#respond_form .close:hover, #respond_form .close:focus{
    opacity:1;
}

.rewards {
  padding: 16px;
  background-color: #f8f8f8;
  margin: min(8vw, 30px) auto 0 auto;
  max-width: 467px;
}
.rewardTextImage {
  display: flex;
  padding-bottom: 10px;
}
.rewardImage {
  padding-right: 16px;
}
.rewardText {
  text-align: left;
}
.rewardTitle {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.rewardDescription {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.bottomBtn {
  background-color: #ffffff;
  color: #f0484e;
  border: 1px solid #f0484e;
}
.successMsg {
  color: #00b90d;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0 10px 0;
  font-weight: 600;
}

.specialLink:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}
.specialLink {
  cursor: pointer;
  color: #1268E7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
#form_table input:focus{outline: #F0484E80 auto 1px;}
input:disabled {
  background: #F8F8F8;
  color: #989898;
  border-color: #DDDDDD;
}