html, body {
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    font-family: 'Montserrat', sans-serif;
    color: #464545;
}
* {
    box-sizing: border-box;
}

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:#FFF;
    line-height: 24px;
}
.split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    width: 75%;
    left: 0;
    background-image: url('../image/fotoCRB1.jpg');
    background-size: cover;
}

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

.right p {
    color: #444;;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
.right p a  {
    color: #444 !important;
}
.logo {
    width: 360px;
    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: 100%;
    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('https://www.boschettiverande.it/css/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;
}

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

@media only screen and (max-width: 1235px) {
    .centered {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}
@media only screen and (max-width: 980px) {
    .right {
        width: 55%;
    }
    .left {
        width: 45%;
    }
}
@media only screen and (max-width: 680px) {
    .benvenuti-title {
        top: 110px;
        width: 200px;
    }
    .split {
        position: relative;
        width: 100%;
        overflow-x: unset;
    }
    .centered {
        padding: 0px;
        position: initial;
        text-align: center;
        left: 0px;
        top: 0px;
        transform: none;
    }
    h2 {
        font-size: 25px;
        text-align: center;
    }   
    .logo {
        margin-top: 160px;

    }
    .backimg {
        height: 300px;
    }
    .form_contatti .one_half {
        width: 100% !important;
    }
}

.form_contatti {
    max-width: 90%;
    margin: 0px auto;
}
.form_contatti input[type='text'],
.form_contatti input[type='email'],
.form_contatti textarea {
    padding: 15px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;

}
.form_contatti label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
.form_contatti .star_required {
    color: #E53935;
}
.form_contatti .one_half,
.form_contatti .one_all {
    margin-bottom: 10px;
    padding: 0px 10px;
}
.form_contatti .row {
    margin-left: -10px;
    margin-right: -10px;
}
.form_contatti .btn_invia {
    background-color: #3e8dc9;
    color: white;
    padding: 12px;
    border-radius: 6px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: 0px;
}
.grecaptcha-badge {
    display: none;
}
.form_contatti .one_half {
    width: 50%;
    float: left;
}
.center {
    text-align: center;
}