/* The image belongs to the page backdrop; the existing form keeps its styling. */
body.auth-body.auth-modern.auth-shop-background::before {
  background:
    linear-gradient(rgba(12, 25, 35, .16), rgba(12, 25, 35, .16)),
    url('../img/onisma-shop-interior.webp') center center / cover no-repeat;
}
