html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #464545;
    font-size: 12px;
}

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #FFF !important;
    text-decoration: none !important;
    border-bottom: 1px solid #FFF;
}

h2 {
    color: #f1821c;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}

ul {
    padding-left: 20px;
}

p {
    color: black;
    line-height: 24px;
}

.split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    width: 70%;
    left: 0;
    background-image: url('images/foto-docall-2023.jpg?v=1');
    background-size: cover;
    background-position: center;
}

.right {
    width: 30%;
    right: 0;
    background-color: #FFF;
}

.right p:not(.errore_login):not(.errore_login_messaggio) {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.right p:not(.errore_login):not(.errore_login_messaggio) a {
    color: #899296 !important;
}

.logo {
    width: 432px;
    max-width: 100%;
    margin-bottom: 12px;
    margin: 0px auto;
    display: block;
    margin-bottom: 12px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 480px;
    max-width: 100%;
}

.backgroundfull {
    background-size: cover;
    height: 100%;
}

.benvenuti-title {
    opacity: 0;
    z-index: 999999;
    position: relative;
    width: 300px;
    height: 300px;
    /* background-image: url('imagescustomer/logo.jpg?v=1'); */
    background-size: 80%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.fade-in {
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

.fade-in2 {
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

form {
    padding: 0px;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.loginbox {
    margin: 0 auto;
    margin-top: 38px;
    width: 400px;
    padding: 20px;
    max-width: 100%;
}

.loginbox input[type="text"], .loginbox input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 8px;
    width: 100%;
    border-radius: 0px;
}

.loginbox select {
    width: 100%;
    padding: 8px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    appearance: none !important;
}

.loginbox .input_login {
    margin-bottom: 15px;
}

.link_span_resetpass {
    float: right;
}

.link_span_resetpass a {
    color: #707070 !important;
    text-decoration: none !important;
    font-size: 12px;
}

.inputpass_occhio {
    position: relative;
}

.inputpass_occhio i {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #707070;
    font-size: 12px;
    cursor: pointer;
}

.pdall {
    padding: 20px;
}

.loginbox img {
    width: 200px;
    height: auto;
    margin: 0px auto 20px;
    display: block;
}

.logobox {
    width: 200px;
    height: auto;
    margin: 0px auto;
    display: block;
}

input[type="submit"], .pulsante {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffff00;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 0px;
    color: black !important;
    font-weight: 400;
    font-size: 13px;
}

label {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 500;
}

.pulsante2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 0px;
    color: black !important;
    font-weight: 400;
    font-size: 13px;
}

.box {
    font-size: 10px;
    color: #000000;
    background-color: #f0f0f0;
    padding: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.perror_msg {
    font-size: 14px;
    display: block;
    width: 80%;
    line-height: 21px;
    margin: 0px auto;
    margin-top: 10px;
}

.perror {
    color: #F44336 !important;
}

.perror_expiredpwd {
    display: block;
    background-color: #ffff00;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
    color: black !important;
}

.grecaptcha-badge {
    z-index: 999;
}

.pLogin {
    color: white;
    background-color: #1070b7;
    padding: 10px;
    text-align: center;
}

.formLoginLogo {
    margin-top: 30px;
}

.btn_login_indietro {
    color: #707070 !important;
    text-decoration: none !important;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.loginbox .center {
    text-align: center;
}


.principale-login {
    color: white;
    background-color: #0F70B7;
    padding: 10px;
    text-align: center;
}

#entra {
    background-color: #ffff00;
    border: 1px solid #cccccc;
}

.select2-container {
    max-width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000000;
    padding: 8px;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 5px;
}

.btn_error_login {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffff00;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 0px;
    color: black !important;
    margin-top: 10px;
    display: inline-block;
}

.select2-container {
    text-align: left;
}

.riga_registrazione_ut {
    margin-top: 10px;
}

.riga_registrazione_utp {
    margin-top: 5px;
}


.elenco_pass_requisiti {
    margin: 10px 0px;
}

.elenco_pass_requisiti ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.elenco_pass_requisiti ul li.verifica_password_ok {
    color: #0393c5;
}

@media only screen and (max-width: 1700px) {
    .left {
        width: 70%;
        left: 0;
        background-image: url(images/foto-docall-2023.jpg?v=1);
        background-size: cover;

    }
}

@media only screen and (max-width: 1500px) {
    .left {
        width: 70%;
        left: 0;
        background-image: url(images/foto-docall-2023.jpg?v=1);
        background-size: cover;

    }
}

@media only screen and (max-width: 1080px) {
    .centered {
        padding-left: 0px;
        padding-right: 0px;
    }

    .left {
        display: none;
    }
    .right {
        width: 100%;
    }
    .split {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .benvenuti-title {
        top: 110px;
        width: 200px;
    }

    .centered {
        padding: 20px;
    }

    h2 {
        font-size: 25px;
        text-align: center;
    }

    .logo {
        margin-top: 160px;

    }
}

@media only screen and (max-width: 479px) {
    .left {
        display: none;
    }
    .split {
        height: 100%;
    }
}