input[type="button"], input[type="submit"], input[type="reset"], .btn {padding:9px;}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {padding:0 10px; font-size:1em; background-color:#eee; border:solid 1px #ccc; color:#333;}
textarea {line-height:18px; padding:2%; background-color:#eee; border:solid 1px #ccc; color:#333;}
select {padding:0 1%; font-size:1em; color:#333; background-color:#eee; border:solid 1px #ccc;}
.inviaRichiesta {width:50%; font-size:1em; background-color:#f44336; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

/* ----------------------- SMARTPHONE ------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {width:100%; height:50px; line-height:50px; margin:0 2% 3px 2%}
select {width:100%; height:50px; line-height:50px; margin:0 2% 3px 2%;}
textarea {width:100%; height:120px; margin:0 2%; font-size:1em;}
}
/* ----------------------- IPAD PORTRAIT ------------------*/
@media screen and (min-width: 769px) and (max-width: 1023px) {
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {width:100%; height:50px; line-height:50px; margin:0 3% 3px 3%;}
select {width:100%; height:50px; line-height:50px; margin:0 3% 3px 3%;}
textarea {width:100%; height:263px; margin:0 3%; font-size:1em;}
}
/* ----------------------- IPAD LANDSCAPE + NETBOOK ------------------*/
@media only screen and (min-width: 1024px) {
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {width:100%; height:40px; line-height:40px; margin:0 0 3px 0;}
select {width:100%; height:40px; line-height:40px; margin:0 0 3px 0;}
textarea {width:100%; height:213px; margin:0; font-size:1em;}
}
/* ----------------------- DESKTOP ------------------*/
@media only screen and (min-width: 1200px){
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {width:100%; height:40px; line-height:40px; margin:0 0 3px 0;}
select {width:100%; height:40px; line-height:40px; margin:0 0 3px 0;}
textarea {width:100%; height:212px; margin:0; font-size:1em;}
}