//@import "style.css"; // import our default styles... //@import "marco.less"; // has to exist! .ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container input[type="tel"], .input input{ } .main fieldset { legend { color: #CCC; font-size: 42px; font-weight: bold; padding: 16px 0; /*text-transform: uppercase;*/ width:100%; } } .main .input { float: left; clear: both; height: 50px; width: 100%; .form-error { border: 1px solid red; background-color: pink; } .error-message { color: red; background-color: pink; font-size: 10px; font-style: italic; width: 30%; } label { font-size: 24px !important; font-weight: bold; } input, > select { .form_field {}; } select { height: auto !important; } .selector { width: 30%; float: right; select { //height: 24px !important; margin: 0 16px 0 0 !important; padding: 8px 16px !important; font-size: 24px !important; } } }