/**
 * Auth marketing column – static background image (replaces gradient + waves).
 */
.auth-cover-content-inner.auth-hero-background {
  position: relative;
  overflow: hidden;
  background-color: var(--bizey-auth-hero-bg);
  background-image: url("../../assets/images/auth/login_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.auth-hero-background .auth-cover-content-wrapper {
  position: relative;
  z-index: 1;
}

.auth-hero-background .auth-img img {
  opacity: 1;
}
