/* Customer-specific authentication tone */
.page-customer_login .auth-stage {
  background:
    linear-gradient(105deg, rgba(16, 53, 76, .91) 0%, rgba(22, 111, 114, .55) 50%, rgba(20, 55, 78, .40) 100%),
    url("../../assets/images/auth/workspace-login.jpg") center / cover no-repeat;
}


/* Phase 2 correction: retain contrast while revealing the workspace image. */
.page-customer_login .auth-stage {
  background:
    linear-gradient(102deg, rgba(8, 31, 45, .50) 0%, rgba(8, 31, 45, .22) 47%, rgba(8, 31, 45, .07) 100%),
    url("../../assets/images/auth/workspace-login.jpg") center / cover no-repeat !important;
}

.page-customer_login .auth-stage::before {
  background:
    radial-gradient(circle at 17% 24%, rgba(45, 212, 191, .09), transparent 23rem),
    radial-gradient(circle at 88% 74%, rgba(56, 189, 248, .07), transparent 25rem) !important;
}
