/* FORM STYLE 3 CSS */ .field-list .field-element{ border-color: #FECB2F !important; border-bottom: solid 2px #FECB2F !important; border-left: none !important; border-right: none !important; border-top: none !important; border-radius: 0px !important; background-color: transparent !important; } .field-list select:focus{ outline: none; } .field-list .section{ border-color: #FECB2F !important; } .form-button-wrapper .button{ color: white !important; border-color: transparent !important; background-color: #fecb2f !important; } .form-button-wrapper .button:hover{ color: white !important; background-color: #000 !important; }