.main-container {
    background-image: url(/Images/sfondo_login.png);
    background-image: url(/Images/sfondo_login.png);
    background-size: cover;
    background-repeat: repeat;
    overflow-x: hidden;
    background-position: center center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0
}

#cookieConsent, #piedePagina {
    z-index: 1;
}

#piedePagina {
    position: fixed;
    bottom: 10px;
}

.accedi-btn {
    width: 100%;
    background-color: #D32F2F !important;
    border-color: #D32F2F !important;
    transition:all .2s;

}