.centered-login-form-wrap {
  justify-content: center;
  display: flex;  
}

.centered-login-form-inner {
  width: 300px;
  border: 2px solid #2B84C6;
  border-radius: 5px;
  text-align: center;
  padding: 1rem;
}

.infobox {
  text-align: left;
}

.infobox-line {
  border-bottom: 1px solid gray;
  width: 100%;
}

.gift-template {  
  padding: 10px;
  border-radius: 15px;
  border: 4px solid rgb(199, 199, 199);
  transition: border 200ms ease-in-out;
}

.bullet-numbers-title {
  margin-bottom: 1rem;
}

.bullet-numbers {
  margin-right: 0.8rem;
  width: 40px;
}

.gift-template.selected_template {
  border: 4px solid #2B84C6;
}

.giftcard-card-wrap {
  border: none !important;
}

.gift-template-selector {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 2rem;
  top: 2rem;
  border: 2px solid #2B84C6;
  padding: 3px;
  background: aliceblue;
  border-radius: 50%;
  transition: opacity 200ms ease-in-out;
}

.gift-template-selector.selected {
  display: flex;
  visibility: visible;
  opacity: 1.0;
}

.template-section {
  margin-bottom: 2rem;
}

.message_container {
  text-align: center;
}

#gform-coupon_id {
  font-weight: bold;
}

#gform-coupon_id option {
  min-height: 2rem;
  font-weight: bold
}


@media screen and (max-width: 768px) {
  .submit-btn-wrap .btn {
    width: 100%;
  }
}