#main {
    position: relative;
    z-index: 2; /* Porta il contenuto sopra l'overlay */
}

.error {
    color: #FF0000;
}

#news {
    background: #1572E8;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418E, #1572E8);
    background: linear-gradient(-45deg, #06418E, #1572E8);
    color: #FFF!important;
}

.btn-primary {
    background: #1572E8;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418E, #1572E8);
    background: linear-gradient(-45deg, #06418E, #1572E8);
}

body {
    background: url('/intranet/img/login/unoerp-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}