#formContatti{
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type="text"], input[type=password], textarea {
    border-style: none;
    width: 90%;
    outline: none;
    border: none;
    background: #fff;
    border-bottom: 1px solid #cfd0d0;
    padding: 20px;
    height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
}
textarea{
    resize:none;
    height: 180px;
    border: 1px solid #cfd0d0;
    width: 95%;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border-bottom: 1px solid #B3B5B5;
}

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;
}
#formContatti ol{
    margin: 0;
    margin-left: -10px;
    padding: 0;
    list-style: none;
}
#formContatti ol:after{
    content: '';
    display: block;
    clear: both;
}
#formContatti ol li {
    float: left;
    width: 48%;
    margin: 10px 1%;
}
#formContatti ol li:last-child {
    width: 98%;
    margin: 10px 1%;
    margin-top: 60px;
}
#formContatti ol li label {
        display: none;
}
#formContatti legend{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
}
#send_message {
    width: 160px;
    font-size: 14px;
    display: block;
    padding: 15px;
    background: #E56038;
    color: #FFF;
    transition:all ease .3s;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
#send_message:hover {
    background: #333333;
}
#controllo {
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
#formContatti ol li{
    float: none;
    margin: 20px 0;
    width: 100%;
}
#formContatti ol li:last-child{
    width: 100%;
     margin: 20px 0;
}
textarea{
    width: 90%;
}
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) {

}