/* [project]/src/app/login/login.module.css [app-client] (css) */
.login-module__WEZH7G__container {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  display: flex;
}

.login-module__WEZH7G__card {
  width: 100%;
  max-width: 400px;
  padding: 40px;
}

.login-module__WEZH7G__header {
  text-align: center;
  margin-bottom: 30px;
}

.login-module__WEZH7G__header h2 {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 8px;
  font-size: 24px;
}

.login-module__WEZH7G__header p {
  color: var(--text-muted);
  font-size: 14px;
}

.login-module__WEZH7G__form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.login-module__WEZH7G__inputGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.login-module__WEZH7G__inputGroup label {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
}

.login-module__WEZH7G__error {
  border: 1px solid var(--accent-red);
  color: var(--accent-red);
  border-radius: var(--radius-sm);
  text-align: center;
  background: #ff416c1a;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 14px;
}

.login-module__WEZH7G__footer {
  text-align: center;
  color: var(--text-muted);
  margin-top: 24px;
  font-size: 14px;
}

.login-module__WEZH7G__footer a {
  color: var(--secondary);
  font-weight: 500;
}

.login-module__WEZH7G__footer a:hover {
  text-decoration: underline;
}

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