@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap";
/* [project]/src/app/signin/layout.css [app-client] (css) */
html, body {
  background: #f5f5f5 !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Vazirmatn, sans-serif !important;
  overflow: hidden !important;
}

.auth-container {
  margin: auto !important;
  display: flex !important;
  position: fixed !important;
  inset: 0 !important;
}

.login-form-container {
  display: block !important;
}

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