.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}

/* RyEMS Brand Header for Account Layout */
.ryems-auth-logo-badge {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.ryems-auth-logo-badge:hover {
  transform: translateY(-2px) scale(1.04);
}

.ryems-auth-logo-badge img {
  border-radius: 14px;
  filter: drop-shadow(0 6px 16px rgba(0, 102, 255, 0.35));
}

.ryems-auth-brand-text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.ryems-auth-brand-ry {
  background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ryems-auth-brand-ems {
  color: #1e293b;
}

.login-page.dark-mode .ryems-auth-brand-ems,
body.theme-modern .ryems-auth-brand-ems {
  color: #f8fafc;
}

.ryems-auth-brand-tagline {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #64748b;
  margin-top: 2px;
}
