/* SFONDO */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url('/yunohost/sso/customassets/back3.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
    z-index: -1;
}