.signup_container {
  width: 100%;
  display: flex;
}
.signup_container div.signup_half:first-of-type h1 {
  color: gray;
  margin: 24px 0 0;
  padding: 0;
  font-size: 1.17em;
}
.signup_container div.signup_half:first-of-type h2 {
  margin-top: 6px;
  margin-bottom: 24px;
}
.signup_container div.signup_half {
  width: calc(50% - 72px);
  padding: 24px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.signup_container div.signup_half p.gray {
  width: 100%;
  text-align: center;
  padding: 12px 0;
}
.signup_container div.signup_half button {
  width: 100%;
  justify-content: center;
}
.signup_container div.signup_half:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  margin-top: 24px;
  position: relative;
  margin-right: 0;
  margin-left: 24px;
}
.signup_container div.signup_half:last-of-type h2 {
  color: white;
  line-height: 1em;
  padding: 0 24px;
  margin: 0;
}
.signup_container div.signup_half:last-of-type span.small {
  color: white;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.signup_container div.signup_half:last-of-type span.small ion-icon {
  margin-right: 6px;
  z-index: 2;
}
.signup_container div.signup_half:last-of-type span.small a {
  color: white;
}
.signup_container div.signup_half:last-of-type a {
  z-index: 2;
}
.signup_container div.signup_half:last-of-type div.signin_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media (max-device-width: 1000px) {
  div.signup_container div.signup_half {
    width: 100%;
    padding: 24px 0;
  }
  div.signup_container div.signup_half:last-of-type {
    display: none;
  }
}
.signup_button_loading {
  display: flex;
  align-items: center;
}

#signup_loading {
  margin-left: 12px;
  display: none;
}

p#signup_error_message {
  color: maroon;
  display: flex;
  align-items: center;
}

label {
  margin-top: 12px;
  margin-bottom: 6px;
  display: flex;
}

/*# sourceMappingURL=style.css.map */
