html {
  --lumo-font-family: "Montserrat"  !important;
  --lumo-primary-text-color: rgb(27, 65, 80) !important;
  --lumo-primary-color-50pct: rgba(27, 65, 80, 0.5)  !important;
  --lumo-primary-color-10pct: rgba(27, 65, 80, 0.1)  !important;
  --lumo-primary-color: hsl(197, 49%, 21%)  !important;
  --lumo-header-text-color: hsl(197, 49%, 21%)  !important;
  --lumo-body-text-color: hsla(197, 49%, 21%, 0.94)  !important;
}


[theme~="dark"] {
}

#login-information-panel{
    background: linear-gradient(rgba(255, 255, 255, 0.9),
                                rgba(200, 200, 200, 0.9));
}

#login-screen{
    background: linear-gradient(
                rgba(255, 255, 255, 0.9),
                rgba(200, 200, 200, 0.7) ),
                url(https://serin.com.ar/wp-content/uploads/2024/06/Mesa-de-trabajo-5.png);
    background-size: cover;
}
