/* [project]/src/app/login/auth-pages.css [app-client] (css) */
.auth-shell {
  --background: #eff4f5;
  --foreground: #00183d;
  --card: #fff;
  --card-foreground: #00183d;
  --primary: #009bc2;
  --primary-foreground: #fff;
  --secondary: #1c5863;
  --secondary-foreground: #fff;
  --muted: #e6edef;
  --muted-foreground: #567981;
  --border: #cddcdf;
  --input: #c1d3d7;
  --ring: #009bc2;
  --radius: .5rem;
  --prussian: #00183d;
  --teal: #1c5864;
  --teal-60: #1c586499;
  --cyan: #009bc2;
  --vanilla: #ffeda4;
  --alice: #dde7ea;
  background: var(--background);
  color: var(--foreground);
  min-height: 100vh;
}

.auth-shell .bl-mark {
  stroke: var(--cyan);
}

.auth-shell .bl-word {
  fill: #fff;
}

/*# sourceMappingURL=src_app_login_auth-pages_1i8lg68.css.map*/