/* Carga en <body>, después del CSS que inyecta el tema Front. */
html,
body {
  min-height: 100%;
  background-color: #f0f0f0 !important;
  background-image: linear-gradient(to bottom right, #ffffff, #f0f0f0) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

app-root,
.root-layout,
.root-layout-main {
  background-color: transparent !important;
  background-image: none !important;
}
