/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(86,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(87,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(88,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(89,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
input {
    max-width: none !important;
}

#loginForm {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    height: 100vh;
    width: 50vw;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainCont {
    width: 60%;
}

.btn-primary {
    border-color: #ff6c2b !important;
    background-color: #ff6c2b !important;
}

body {
    overflow: hidden;
}

.logoSopraLogin {
    display: none;
}

.LogoLogin {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: 100vh;
    width: 50vw;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 30px;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .LogoLogin, #particles-js {
        opacity: 0 !important;
    }

    #loginForm {
        left: 0 !important;
        width: 100vw !important;
    }

    .logoSopraLogin {
        display: flex;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-bottom: 32px;
    }

    .mainCont {
        width: 90% !important;
    }
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    z-index: -1;
    background-color: white;
}

#gradient-canvas {
    width: 100%;
    height: 100%;
    --gradient-color-1: #c3e4ff;
    --gradient-color-2: #6ec3f4;
    --gradient-color-3: #eae2ff;
    --gradient-color-4: #b9beff;
}

.login {
    background-color: white;
}
#fold_p {
    position: absolute;
    bottom: 0;
    right: 16px;
    margin-bottom: 0 !important;
    text-align: center;
}
input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

    input[type=checkbox]:before {
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 22px;
        border-radius: 0px 16px;
        color: transparent !important;
        display: block;
        width: 32px;
        height: 32px;
        border: 1px solid #ced4da;
        margin-right: 7px;
        max-width: none !important;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    input[type=checkbox]:checked:before {
        color: white !important;
        background-color: #0d6efd;
    }

