.captcha-container {
  margin: 20px 0;
  width: 248px;
  max-width: 248px;
  display: block;
}

.captcha-wrapper {
  display: flex;
  justify-content: space-around;
}

.container-wrapper {
  width: calc(100vw - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  width: 248px;
}

.content {
  height: 1700px;
}

.g-recaptcha {
  transform: scale(0.815);
  -webkit-transform: scale(0.815);
}

@media only screen and (min-width: 768px) {
  .captcha-container {
    margin-top: 20px;
    width: 425px;
    max-width: 425px;
  }

  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .container {
    width: 425px;
  }

  .content {
    height: 1300px;
  }
}
.bill-address-container {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.hidden {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.admin-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*# sourceMappingURL=register-fields-stylesheet.css.map */
