.wpeurocks-login-page {
  background: #f3f5f7;
}

.wpeurocks-login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.wpeurocks-login-shell.wpeurocks-login-shell--elementor {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: block;
  padding: 0;
}

.wpeurocks-login-card,
.wpeurocks-form-wrapper {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.wpeurocks-login-title,
.wpeurocks-form-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.wpeurocks-password-form input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccd0d4;
  border-radius: 6px;
}

.wpeurocks-password-form button {
  border: 0;
  padding: 10px 16px;
  border-radius: 6px;
  background: #111827;
  color: #fff;
  cursor: pointer;
}

.wpeurocks-message {
  margin: 10px 0 16px;
  padding: 10px 12px;
  border-radius: 6px;
}

.wpeurocks-error {
  background: #fee2e2;
  color: #991b1b;
}

.wpeurocks-success {
  background: #dcfce7;
  color: #166534;
}
