@media only screen and (max-width: 600px) {
  #create_account_v2 .form {
    padding: 28px !important;
  }
  #create_account_v2 .welcome {
    font-size: 28px !important;
  }
  #create_account_v2 .border {
    max-width: 400px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #create_account_v2 .welcome {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
  }
  #create_account_v2 .form-row {
    gap: 0px !important;
    flex-direction: column;
  }
  #create_account_v2 .label {
    max-width: 100% !important;
  }
  #create_account_v2 .border {
    width: 100% !important;
  }
}
#create_account_v2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#create_account_v2 .welcome {
  color: #51556F;
  font-family: Avenir-Heavy, serif;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 46px;
  padding-top: 80px;
  padding-bottom: 56px;
}
#create_account_v2 .form {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.04);
  padding: 48px;
}
#create_account_v2 .form-row {
  display: flex;
  gap: 48px;
}
#create_account_v2 .form-row-bottom {
  margin-top: 19px;
}
#create_account_v2 .form-cell {
  flex: 1;
}
#create_account_v2 .label {
  font-family: Avenir-Heavy, serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 9px !important;
  color: #6A6F8F;
  margin: auto;
  max-width: 400px;
}
#create_account_v2 .border {
  border: 1px solid #8F94B0;
  width: 400px;
  height: 44px;
  border-radius: 8px;
  padding: 8px 13px;
  background-color: #FFFFFF;
  margin: auto;
}
#create_account_v2 .border-error {
  border: 1px solid #E3206A;
  background-color: #FFF7FA;
}
#create_account_v2 .input {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  color: #1A1F3E;
  font-family: Avenir-Medium, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 50px #FFFFFF;
}
#create_account_v2 .password-input {
  margin-right: -16px;
}
#create_account_v2 .input-error {
  -webkit-box-shadow: inset 0 0 0 50px #FFF7FA;
}
#create_account_v2 .text-visible {
  opacity: 1;
}
#create_account_v2 .text-invisible {
  opacity: 0;
}
#create_account_v2 .password-strength-hidden {
  visibility: hidden;
}
#create_account_v2 .password-strength-visible {
  visibility: visible;
}
#create_account_v2 .hidden {
  visibility: hidden;
}
#create_account_v2 .visible {
  visibility: visible;
}
#create_account_v2 .password-container {
  display: flex;
  align-items: center;
}
#create_account_v2 #password {
  position: relative;
  z-index: 10001;
}
#create_account_v2 .password-strength {
  position: absolute;
  border-radius: 8px;
  background-color: #F4F8FF;
  padding: 44px 13px 18px;
  z-index: 10000;
}
#create_account_v2 .password-strength-title {
  color: #51556F;
  font-family: Avenir-Roman, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  padding-top: 13px;
  padding-bottom: 9px;
}
#create_account_v2 .password-strength-state {
  font-family: Avenir-Heavy, serif;
  margin-left: 7px;
}
#create_account_v2 .password-strength-progress {
  position: relative;
  width: 100%;
  height: 8px;
}
#create_account_v2 .password-strength-progress-background {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #DFE7F4;
}
#create_account_v2 .password-strength-progress-foreground {
  position: absolute;
  height: 100%;
  border-radius: 4px;
}
#create_account_v2 .password-strength-progress-foreground-poor {
  width: 25%;
  background-color: #E3206A;
}
#create_account_v2 .password-strength-progress-foreground-fair {
  width: 50%;
  background-color: #FFB64F;
}
#create_account_v2 .password-strength-progress-foreground-good {
  width: 75%;
  background-color: #09AA8E;
}
#create_account_v2 .password-strength-progress-foreground-excellent {
  width: 100%;
  background-color: #1E71FF;
}
#create_account_v2 .password-strength-requirements {
  width: 100%;
  padding-top: 11px;
  color: #51556F;
  font-family: Avenir-Roman, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
#create_account_v2 .password-strength-requirement-line {
  display: flex;
  align-items: center;
  padding-top: 9px;
}
#create_account_v2 .password-strength-requirement-icon {
  position: relative;
  height: 16px;
  width: 16px;
}
#create_account_v2 .password-strength-requirement-icon-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#create_account_v2 .password-strength-requirement-label {
  margin-left: 12px;
}
#create_account_v2 .terms {
  color: #51556F;
  font-family: Avenir-Roman, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
#create_account_v2 .terms a {
  color: #51556F;
  font-family: Avenir-Heavy, serif;
  cursor: pointer;
}
#create_account_v2 .error-text {
  color: #BE547C;
  font-family: Avenir-Medium, serif;
  font-size: 14px;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 2px;
}
#create_account_v2 .error-text.api {
  opacity: 1;
  position: absolute;
}
#create_account_v2 .sign-in {
  color: #51556F;
  font-family: Avenir-Medium, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-top: 28px;
}
#create_account_v2 .sign-in a {
  font-family: Avenir-Heavy, serif;
  color: #1E71FF;
  text-decoration: underline;
}
#create_account_v2 .sign-up-container {
  display: flex;
  justify-content: center;
}
#create_account_v2 .sign-up {
  height: 44px;
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  background-color: #1E71FF;
  color: #FFFFFF;
  font-family: Avenir-Heavy, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  cursor: pointer;
}
#create_account_v2 .sign-up.disabled {
  opacity: 0.7;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
#create_account_v2 input {
  outline: none;
}
#create_account_v2 input:-webkit-autofill,
#create_account_v2 input:-webkit-autofill:hover,
#create_account_v2 input:-webkit-autofill:focus,
#create_account_v2 textarea:-webkit-autofill,
#create_account_v2 textarea:-webkit-autofill:hover,
#create_account_v2 textarea:-webkit-autofill:focus,
#create_account_v2 select:-webkit-autofill,
#create_account_v2 select:-webkit-autofill:hover,
#create_account_v2 select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1A1F3E;
  color: #1A1F3E;
  font-family: Avenir-Medium, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

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