/* [project]/src/app/[locale]/(public)/login/loading.module.scss.module.css [app-client] (css) */
.loading-module-scss-module__GqjMXW__container {
  background-color: var(--color-background-100);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}

.loading-module-scss-module__GqjMXW__card {
  background-color: var(--color-surface-100);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 400px;
  box-shadow: var(--shadow-md);
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 32px;
  display: flex;
}

.loading-module-scss-module__GqjMXW__formSection {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  display: flex;
}

.loading-module-scss-module__GqjMXW__buttonSkeleton {
  margin-top: 16px;
}

/*# sourceMappingURL=src_app_%5Blocale%5D_%28public%29_login_loading_module_scss_module_1bs5546.css.map*/