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

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

.ch-reset-page .ch-reset-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-reset-page .ch-auth-header {
  text-align: left;
}

.ch-reset-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-reset-page .pwa-reset-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-reset-page .ch-reset-form-wrap {
  padding: 0 !important;
}

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

.ch-reset-page .pwa-auth-errors .errorlist {
  margin: 0 0 14px;
}

.ch-reset-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-reset-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-reset-page .pwa-auth-field:focus-within .pwa-auth-field__label,
.ch-reset-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-reset-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-reset-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-reset-page .pwa-auth-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #3c4a52 !important;
}

.ch-reset-page .pwa-auth-field input::placeholder {
  color: transparent;
  opacity: 0;
}

.ch-reset-page .pwa-auth-field input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.ch-reset-page .pwa-auth-field:focus-within input::placeholder {
  color: #8aa8b0;
  opacity: 1;
}

.ch-reset-page .pwa-auth-field:focus-within input::-webkit-input-placeholder {
  color: #8aa8b0;
  opacity: 1;
}

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

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

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

.ch-reset-page .pwa-reset-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-reset-page .pwa-reset-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-reset-page .pwa-reset-swap a {
  color: #167f94;
  font-weight: 700;
  text-decoration: underline;
}

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

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

  .pwa-shell .ch-auth-container.ch-reset-page .ch-reset-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-reset-page .ch-auth-header h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

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

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

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

  .pwa-shell .ch-auth-container.ch-reset-page .pwa-auth-field:focus-within .pwa-auth-field__label,
  .pwa-shell .ch-auth-container.ch-reset-page .pwa-auth-field.is-filled .pwa-auth-field__label,
  .pwa-shell .ch-auth-container.ch-reset-page .pwa-auth-field:has(input:-webkit-autofill) .pwa-auth-field__label {
    font-size: 10.5px;
  }

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

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

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

  .ch-reset-page .ch-auth-header,
  .ch-reset-page .pwa-reset-swap {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .ch-reset-page .password_reset,
  .ch-reset-page .pwa-reset-swap {
    width: 100%;
    max-width: 410px;
  }

  .ch-reset-page .pwa-auth-field,
  .ch-reset-page .pwa-reset-submit {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

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