.aw-custom-form input[type="text"] {
width: 100%;
padding: 20px 20px;
font-size: 16px;
margin-bottom: -1%;
margin-top: 5px;
}
.aw-custom-form input[type="submit"] {
width: 50%;
font-size: 20px;
padding: 10px 20px;
background-color: #fc7d46;
color: white;
}
.aw-custom-form input[type="submit"]:hover {
background-color: #FBFBFB;
color: #fc7d46;
}
@media only screen and (max-width: 800px) and (min-width:481px) {
.aw-custom-form input[type="text"] {
font-size: 12px;
}
.aw-custom-form input[type="submit"] {
font-size: 16px;
}
}
@media only screen and (max-width: 480px){
.hide_on_mobile {
display: none;
}
}
@media only screen and (min-width:480px) {
.hide_on_desktop {
display: none;
}
}