#contentover {
    background: url('../Images/contatti.jpg') no-repeat;
    background-size: cover;
}
#formContatti{
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type="text"], input[type=password], textarea {
    border-style: none;
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    border: 1px solid #cfd0d0;
    padding: 15px;
    height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea{
    resize:none;
    height: 180px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #cfd0d0;
}

input[type="checkbox"] {
    height: 14px;
    width: 14px;
    margin-left: 10px;
}

input[type="radio"] {
    height: 14px;
    width: 14px;
    margin-right: 10px;
}

fieldset{
    border:none;
    padding: 0;
    margin: 0;
}
#formContatti ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
#formContatti ol:after{
    content: '';
    display: block;
    clear: both;
}
#formContatti ol li {
    float: left;
    width: 50%;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#formContatti ol li:last-child {
    width: 100%;
    margin: 10px 0;
}
#formContatti ol li label {
        display: none;
}
#formContatti legend{
    margin-bottom: 15px;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
}
#controllo {
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
#formContatti ol li, #formContatti ol li:last-child{
    float: none;
    margin: 20px auto;
    width: 96%;
}
input[type="checkbox"] {
        height: 14px;
        width: 14px;
        margin-left: 10px;
}
input[type="radio"] {
        height: 14px;
        width: 14px;
        margin-right: 10px;
}
#formContatti legend span{
    font-size: 20px;
}
}


@media screen and (max-width: 480px) {
#formContatti ol li, #formContatti ol li:last-child{
    width: 92%;
}
}