body {
  background-color: rgba(0,0,0,0.04);
  position: relative;
  min-height: calc(100vh - 0px);
}
.card {
  margin-bottom: 60px;
}
.fixed-header {
  /* position: fixed; */
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}
.btn.btn-primary i {
  position: relative;
  font-size: 20px;
  top: 3px;
}
.btn.btn-primary {
  background: #B70B3B;
  border-color: #B70B3B;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
  background: #B70B3B;
  border-color: #B70B3B;
}
.card-body h4 span {
  color: #00ACED;
}
p b {
  color: #BF0B3F;
}
.card-selection ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}
.card-selection li {
  display: inline-block;
  margin: 0 0 0;
  width: 100%;
  height: 143px;
  position: relative;
}
.card-selection li input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.011;
  z-index: 100;
}
.card-selection input[type="radio"]:checked + label,
.card-selection input[type="radio"]:checked + label {
  border: 5px solid #b70b3b;
}
.card-selection label {
    line-height: 35px;
    height: 100%;
}
.card-selection label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-selection label {
  font-size: 13px;
  padding: 5px 12px;
  border: 2px solid #fff;
  border-radius: 8px;
  font-weight: 500;
  background: url(../img/Gift-Card.png) no-repeat 0% 0%;
  background-size: 100% 100%;
  text-shadow: 0px 1px 1px #fff;
  cursor: pointer;
  z-index: 90;
  margin-bottom: 0;
  color: #bf0b3f;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.purchase-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.purchase-details li {
  font-size: 15px;
  color: #656d9a;
  padding: 6px 0px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.purchase-details li span {
  color: #B70B3B;
  font-weight: 500;
  float: right;
}
footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer p {
  display: block;
  margin-bottom: 0;
}
.vh-100 {
  position: relative;
  z-index: 9;
  /* height: calc(100vh - 70px)!important; */
  height: auto !important;
}
.auth-form label {
  font-weight: bold;
  font-size: 13px;
  text-align-last: end;
}
.auth-form input {
  border-color: #d5d5d5;
}
@media (max-width:680px) {
  .main_wrap>.card-body {
    padding: 1.25rem 0;
  }
  .button-items .btn {
    display: block;
    width: 100%;
  }
  .fixed-header {
    position: relative;
  }
  .fixed-header img {
    display: block;
  }
  .card-selection li {
    height: 168px;
  }
  .vh-100 {
    height: auto !important;
  }
  .col-lg-8.mx-auto .ml-2 {
    margin-left: 0!important;
  }
}

.auth-form label {
    text-align: end;
    font-weight: bold;
    
}
