body.employer-login-body {
  background: url('/uploads/images/madam-u.jpg') !important;
  background-size: cover;
  background: #e8f5e9;
  margin: 0;
  padding: 0;
}
.employer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.employer-panel {
  border-radius: 8px;
  padding: 2rem;
  width: 100%;
  max-width: 460px !important;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.9);
}
.employer-login-body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}
.employer-panel h2 {
  color: #2e7d32;
  margin-bottom: 0.5rem;
}
.employer-panel p {
  color: #555;
  margin-bottom: 1.5rem;
}
.form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 0.25rem;
  color: #333;
}
.form-group input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.password-group {
  position: relative;
}
.toggle-pass {
  position: absolute;
  top: 70%;
  right: 0.5rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #777;
}
.btn-primary {
  background: #43a047;
  color: #fff;
  border: none;
  padding: 0.75rem;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.btn-primary:hover {
  background: #388e3c;
}
.login-error {
  color: #c62828;
  margin: 0.5rem 0;
  min-height: 1.2em;
}
.helper-links {
  margin-top: 1rem;
}
.helper-links a {
  color: #2e7d32;
  text-decoration: none;
}
.helper-links a:hover {
  text-decoration: underline;
}

/* responsive */
@media (max-width: 400px) {
  .employer-panel { padding: 1rem; }
}
