.externalBillingUrl {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 10%;
  display: none;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
  width: 95%;
  height: 80%;
}

@media (max-width: 767px) {
  .externalBillingUrl {
    top: 0%;
    height: 100%;
    width: 100%;
  }
}

.externalBillingUrl embed {
  width: 100%;
  height: 100%;
}

.black {
  background-color: black;
}

#registration input.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.CreateAccount {
  display: none;
  opacity: 0;
  transition: opacity 1s;
  width: 99vw;
  height: 70vh;
  position: absolute;
  top: 10%;
  margin: auto;
  z-index: 100;
  left: 0;
  min-height: 600px;
}
