body.auth-signup-page.gradient {
  background-image: linear-gradient(to bottom, #349fb7 4%, #b3e6d7 100%);
}

.ch-signup-page {
  width: min(100% - 32px, 520px);
  margin: 0 auto;
  padding: 0;
}

.ch-signup-page .ch-signup-card {
  margin-bottom: 118px !important;
  padding: 44px 48px 38px !important;
  border: 0;
  border-radius: 8px;
  background: rgba(239, 246, 247, 0.96) !important;
  box-shadow: 0 14px 40px rgba(4, 44, 54, 0.18);
  color: #3c4a52;
  text-align: left;
}

.ch-signup-page .ch-auth-header {
  text-align: left;
}

.ch-signup-page .ch-auth-header h3 {
  margin: 0 0 10px;
  color: #3c4a52;
  font-family: "Patua One", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.ch-signup-page .pwa-signup-lede {
  margin: 0 0 26px;
  max-width: none;
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42;
}

.ch-signup-page .ch-signup-form-wrap {
  padding: 0 !important;
}

.ch-signup-page .form-group {
  margin-bottom: 0;
}

.ch-signup-page .pwa-auth-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 12px;
  padding: 0 14px;
  border: 1px solid #d8e8eb;
  border-radius: 8px;
  background: #fff;
}

.ch-signup-page .pwa-auth-field__label {
  position: absolute;
  top: 50%;
  left: 14px;
  margin: 0;
  transform: translateY(-50%);
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  text-transform: none;
  transition: 0.15s ease;
}

.ch-signup-page .pwa-auth-field:focus-within .pwa-auth-field__label,
.ch-signup-page .pwa-auth-field.is-filled .pwa-auth-field__label {
  top: 8px;
  transform: none;
  color: #167f94;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ch-signup-page .pwa-auth-field:has(input:-webkit-autofill) .pwa-auth-field__label {
  top: 8px;
  transform: none;
  color: #167f94;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ch-signup-page .pwa-auth-field input {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #3c4a52;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  outline: none;
}

.ch-signup-page .pwa-auth-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #3c4a52 !important;
}

.ch-signup-page .pwa-auth-field:focus-within input,
.ch-signup-page .pwa-auth-field.is-filled input {
  padding-top: 14px !important;
}

.ch-signup-page .pwa-auth-field:has(input:-webkit-autofill) input {
  padding-top: 14px !important;
}

.ch-signup-page .errorlist {
  margin: -6px 0 10px;
  padding-left: 18px;
  color: #b72f4a;
  font-size: 12px;
  line-height: 1.3;
}

.ch-signup-page .pwa-password-hint {
  margin: -4px 0 12px;
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.ch-signup-page .pwa-checkline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  color: #3c4a52;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
  text-transform: none;
}

.ch-signup-page .pwa-checkline input {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #00e1ad;
}

.ch-signup-page .pwa-checkline a {
  color: #167f94;
  font-weight: 400;
  text-decoration: underline;
}

.ch-signup-page .pwa-checkline.is-flashing {
  border-radius: 8px;
  animation: pwaSignupConsentFlash 0.75s ease;
}

.ch-signup-page .pwa-signup-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #00e1ad !important;
  color: #fff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.ch-signup-page .pwa-signup-submit:disabled {
  background: #d8e8eb !important;
  color: #3c4a52 !important;
  box-shadow: none;
  opacity: 1;
}

.ch-signup-page .pwa-auth-orline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 14px;
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

.ch-signup-page .pwa-auth-orline::before,
.ch-signup-page .pwa-auth-orline::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d8e8eb;
}

.ch-signup-page .pwa-auth-social {
  display: grid;
  gap: 10px;
}

.ch-signup-page .pwa-auth-social button {
  min-height: 52px;
  border: 1px solid #d8e8eb;
  border-radius: 8px;
  background: #fff;
  color: #3c4a52;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ch-signup-page .pwa-auth-social button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.ch-signup-page .pwa-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.ch-signup-page .pwa-privacy-note svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ch-signup-page .pwa-signup-swap {
  display: block;
  margin: 22px 0 0;
  color: #4f7883;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.ch-signup-page .pwa-signup-swap a {
  color: #167f94;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pwa-shell .ch-content {
    background: #eef6f7;
  }

  .pwa-shell .ch-auth-container.ch-signup-page {
    width: auto;
    max-width: 520px;
    padding: 18px 18px 0;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .ch-signup-card.uk-card {
    margin-top: 26px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .ch-auth-header h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-signup-lede {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.35;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field {
    height: 48px;
    margin-bottom: 10px;
    padding: 0 12px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field__label,
  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field input {
    font-size: 16px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field:focus-within .pwa-auth-field__label,
  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field.is-filled .pwa-auth-field__label {
    font-size: 10.5px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-field:has(input:-webkit-autofill) .pwa-auth-field__label {
    font-size: 10.5px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-password-hint {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-checkline {
    margin-bottom: 16px;
    font-size: 14.5px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-checkline input {
    width: 22px;
    height: 22px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-signup-submit,
  .pwa-shell .ch-auth-container.ch-signup-page .pwa-auth-social button {
    min-height: 48px;
    font-size: 16px;
  }

  .pwa-shell .ch-auth-container.ch-signup-page .pwa-privacy-note {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  body.auth-signup-page.gradient {
    min-height: 100vh;
  }

  body.auth-signup-page .ch-content {
    min-height: calc(100vh - 50px);
  }

  .ch-signup-page .ch-auth-header,
  .ch-signup-page .pwa-password-hint,
  .ch-signup-page .pwa-checkline,
  .ch-signup-page .pwa-privacy-note,
  .ch-signup-page .pwa-signup-swap {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .ch-signup-page .pwa-auth-field,
  .ch-signup-page .pwa-auth-orline,
  .ch-signup-page .pwa-auth-social,
  .ch-signup-page .pwa-signup-submit {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .ch-signup-page .pwa-auth-field,
  .ch-signup-page .pwa-auth-social button,
  .ch-signup-page .pwa-signup-submit {
    min-width: 0;
  }
}

@keyframes pwaSignupConsentFlash {
  0%,
  100% {
    background: transparent;
    box-shadow: none;
  }

  35% {
    background: rgba(0, 225, 173, 0.18);
    box-shadow: 0 0 0 8px rgba(0, 225, 173, 0.18);
  }
}
