Form fields font size

/*form fields font size*/
selector input, textarea, select {
    font-size: 14px!important;
}

@media screen and (max-width: 900px) {
 selector input, textarea, select {
    font-size: 12px!important;
}
}

Categories: ,

Tags: ,