/* [project]/src/app/login/login.module.css [app-client] (css) */
.login-module__WEZH7G__loginPage {
  background-color: var(--bg-light);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 2rem;
  display: flex;
}

.login-module__WEZH7G__loginCard {
  border: 1px solid var(--border-light);
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  padding: 3rem;
  box-shadow: 0 10px 40px #0000001a;
}

.login-module__WEZH7G__loginHeader {
  text-align: center;
  margin-bottom: 2.5rem;
}

.login-module__WEZH7G__logoMark {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
}

.login-module__WEZH7G__loginHeader h1 {
  color: var(--primary-blue);
  margin-bottom: .5rem;
  font-size: 1.75rem;
}

.login-module__WEZH7G__loginHeader p {
  color: var(--text-muted);
  font-size: .875rem;
}

.login-module__WEZH7G__form {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.login-module__WEZH7G__formGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.login-module__WEZH7G__formGroup label {
  color: var(--text-dark);
  font-size: .875rem;
  font-weight: 700;
}

.login-module__WEZH7G__formGroup input {
  border: 1px solid var(--border-light);
  border-radius: 4px;
  outline: none;
  padding: .875rem;
  font-size: 1rem;
}

.login-module__WEZH7G__formGroup input:focus {
  border-color: var(--primary-blue);
}

.login-module__WEZH7G__formActions {
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.login-module__WEZH7G__remember {
  color: var(--text-muted);
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.login-module__WEZH7G__forgot {
  color: var(--primary-blue);
  font-weight: 600;
}

.login-module__WEZH7G__divider {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.login-module__WEZH7G__divider:before {
  content: "";
  background-color: var(--border-light);
  z-index: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.login-module__WEZH7G__divider span {
  color: var(--text-muted);
  z-index: 2;
  background: #fff;
  padding: 0 1rem;
  font-size: .75rem;
  font-weight: 700;
  position: relative;
}

.login-module__WEZH7G__epramaanBtn {
  border: 2px solid var(--primary-blue);
  width: 100%;
  color: var(--primary-blue);
  background: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .875rem;
  font-weight: 600;
  display: flex;
}

.login-module__WEZH7G__epramaanBtn:hover {
  background-color: #1a237e0d;
}

.login-module__WEZH7G__loginFooter {
  text-align: center;
  color: var(--text-muted);
  margin-top: 2rem;
  font-size: .875rem;
}

.login-module__WEZH7G__loginFooter a {
  color: var(--accent-orange);
  font-weight: 700;
}

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