Big button with box shadow

HTML
<br/> <br/> <div class="the_list_item_action"><a href="#">BUTTON</a></div>
CSS
.the_list_item_action { background-color: transparent !important; } .the_list_item_action a, #gform_submit_button_1,#gform_submit_button_2 { color: #fff !important; text-transform: uppercase !important; background: #F7C41B !important; border: none !important; border-radius: 5px !important; box-shadow: 0 6px #c99a00 !important; -webkit-transition: all 0.3s ease-in-out !important; -moz-transition: all 0.3s ease-in-out !important; transition: all 0.3s ease-in-out !important; padding: 15px 30px !important; } .the_list_item_action a:hover, #gform_submit_button_1:hover,#gform_submit_button_2:hover { box-shadow: 0 4px #c99a00 !important; }
JAVASCRIPT
Expand for more options Login