#body,
#yui-main {
  background: transparent;
}

#bd {
  background: url(/images/signup-bg.jpg) no-repeat center center fixed;
}

h1,
h4 {
  /* color: white; */
}

.card {
  /* color: white  !important; */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
}

.App .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.App ul li {
  list-style: disc outside;
}

.captcha #verification_input {
  width: 100px;
}

.combobox .position-relative {
  position: relative;
  z-index: 9999;
}
.combobox .dropdown-menu {
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.password-rules-display ul {
  margin: 0 !important;
}
.password-rules-display li {
  list-style-type: none !important;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

.privacy-policy #terms_n_conditions .modal-title {
  color: white !important;
}
.privacy-policy #terms_n_conditions header button.close {
  color: white !important;
  opacity: 1 !important;
}
.privacy-policy legend, .privacy-policy small, .privacy-policy .invalid-feedback {
  text-align: center;
}

.services div[role=group] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms-n-conditions #terms_n_conditions .modal-title {
  color: white !important;
}
.terms-n-conditions #terms_n_conditions header button.close {
  color: white !important;
  opacity: 1 !important;
}
.terms-n-conditions legend, .terms-n-conditions small, .terms-n-conditions .invalid-feedback {
  text-align: center;
}
.terms-n-conditions #license_agreement_modal .modal-dialog {
  height: calc(100% - 30px);
}
.terms-n-conditions #license_agreement_modal .modal-content {
  height: calc(100% - 30px);
}

#which_version .modal-title {
  color: white !important;
}

#which_version header button.close {
  color: white !important;
  opacity: 1 !important;
}

/*# sourceMappingURL=82312562fdf89240a5eb480aade928f1_signup.css.map */

