/* [project]/src/components/auth/auth-screen.module.css [app-client] (css) */
.auth-screen-module__qTJa3q__screen {
  background: radial-gradient(circle at 0 0, #16324f2e, #0000 34%), linear-gradient(135deg, #f4ede6 0%, #eef3f7 52%, #dbe5ee 100%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.auth-screen-module__qTJa3q__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.auth-screen-module__qTJa3q__card {
  border: 1px solid #16324f14;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 24px 60px #16324f1f;
}

.auth-screen-module__qTJa3q__header {
  text-align: center;
  margin-bottom: 24px;
}

.auth-screen-module__qTJa3q__eyebrow {
  color: var(--pm-tertiary);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: var(--font-display);
}

.auth-screen-module__qTJa3q__title {
  font-family: var(--font-display);
  color: var(--pm-primary) !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.auth-screen-module__qTJa3q__footer {
  text-align: center;
  margin-top: 20px;
}

/*# sourceMappingURL=src_components_auth_auth-screen_module_fb953fad.css.map*/