/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.web-form-template-2.orange-button-form {
    background: #fff;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 8px rgba(0,0,0,.3) inset;
    padding: 10px 20px 20px
}
input#gform_submit_button_45 {
    background: #f67435 !important;
    margin: 0 !important;
	padding: 10px 20px !important;
}