.grainient-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Login page: full-viewport background layer */
.login-page .grainient-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
