@charset "UTF-8";
/* CSS Document */
.form-group {
    padding: 0;
    margin: 0;
}

p.control-label.privacy {
    font-size: 11px;
    text-align: justify;
}

#slider .scrolldown {
    /* bottom: -100px; */
    width: auto;
}

/* Utility */
.nop {
    padding: 0 !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

/* Structure */

body {
/*    padding: 0px;
    font-family: 'Titillium Web', sans-serif;*/
}

/*p {
    font-size: 16px;
}

label {
    font-size: 16px;
}*/

.scrolldown {
    /* animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes; */
    bottom: 40px;
    height: 40px;
    /*left: 50%;*/
    /*margin-left: -20px;*/
    position: absolute;
    padding-top: 10px;
    padding-left: 75px;
    /*width: 40% !important;*/
    z-index: 20;
}

.scrolldown a {
    width: 160px !important;
    /*margin: 0 auto;*/
}

.logo-title-image-default {
    /*position: absolute;*/
    /*float: left;*/
    top: 5%;
    width: 350px;
    padding-top: 45px;
    padding-left: 45px;
    height: auto;
}

.logo-title-image {
    /*position: absolute;*/
    float: left;
    top: 5%;
    width: 350px;
    padding-top: 45px;
    padding-left: 45px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .logo-title-image {
        width: 90% !important;
        padding-top: 5px;
        padding-left: 15px;
    }

    .scrolldown {
        padding-top: 25px;
        padding-left: 10px;
    }

    .scrolldown a {
        width: 140px !important;
        font-size: 10px !important;
    }
}

.text-top {
    display: table-cell;
    vertical-align: top;
    margin: auto;
    z-index: 3;
    position: relative;
}

.title-image {
    bottom: -25px;
    position: absolute;
    color: #fff;
    left: 5%;
    font-size: 50px;
    font-weight: bold;
}

.container-landing {
    width: 100%;
    border: 20px solid #2f7e14;
}

.header-landing {
    max-height: 145px;
}

.header-logo {
    padding: 25px 5%;
    min-width: 150px;
}

.content-the-next {
    padding: 20px 10px;
}

.back-section {
    background-image: url(../img/back-section-landing.jpg);
    background-position: 95% 80%;
    background-repeat: no-repeat;
    background-size: 25%;
    padding: 2% 5%;
    display: inline-block;
}

/* Form */
.content-form {
    background-color: #c2c2c2;
}

.control-label.ruolo {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
}

.form-horizontal {
    padding: 5%;
}

.title-form h3 {
    margin-top: 0px;
}

.form-check {
    background-color: #fff;
    padding: 15px;
}

.form-check {
    background-color: #fff;
    padding: 15px;
}

.form-check .checkbox {
    padding: 0px;
    min-height: 20px;
}

.form-date {
    padding: 15px;
}

.form-date .form-group {
    /*  margin-bottom: 25px;*/
}

.form-date .form-control {
    min-height: 45px;
    font-size: 18px;
}

.icon-form {
    max-height: 80px;
    padding-top: 5px;
}

@media screen and (max-width: 480px) {
    .title-image {
        font-size: 36px;
        bottom: -15px;
    }

    label {
        font-size: 14px;
        padding: 5px 0;
    }
}

@media screen and (max-width: 991px) {
    .logo-title-image {
        max-width: 100%;
    }

    .back-section {
        background-size: 40%;
    }
}

@media screen and (min-width: 992px) {
    .back-section {
        background-size: 30%;
    }
}

.form-group label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
}

#landingpremiolombardiaricerca-ruolo label {
    text-transform: none;
}

.error.summary p {
    color: #ffffff;
}

.text-green {
    color: #2f7e14 !important;
}