﻿

@media only screen and (max-width: 320px) {
    #content_form1 {width: 90% !important;}
}

@media only screen and (max-width: 480px) {
    #content_form1 {width: 90% !important;}
    #form1 {margin-top: 7% !important;}
}

@media only screen and (max-width: 640px) {
    #content_form1 {width: 90% !important;}
    #form1 {margin-top: 7% !important;}
}


@media only screen and (max-width: 320px) {
    #content_form2 {width: 90% !important;}
}

@media only screen and (max-width: 480px) {
    #content_form2 {width: 90% !important;}
    #form2 {margin-top: 7% !important;}
}

@media only screen and (max-width: 640px) {
    #content_form2 {width: 90% !important;}
    #form2 {margin-top: 7% !important;}
    #content_form2 input {width: 100% !important;}
    #content_form2 select {width: 100% !important;}
}
@media only screen and (max-width: 768px) {
    #content_form2 {width: 90% !important;}
    #form2 {margin-top: 7% !important;}
}
@media only screen and (max-width: 1024px) {
    #content_form2 {width: 90% !important;}
    #form2 {margin-top: 7% !important;}
}