/* Gravity Forms ID 2 Button Custom Styling */
#gform_submit_button_2,
#gform_wrapper_2 .gform_footer input[type="submit"],
#gform_wrapper_2 .gform_button {
    background-color: #119391 !important;
    color: #ffffff !important;
    border-color: #119391 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

#gform_submit_button_2:hover,
#gform_wrapper_2 .gform_footer input[type="submit"]:hover,
#gform_wrapper_2 .gform_button:hover {
    background-color: #0d7573 !important;
    border-color: #0d7573 !important;
    color: #ffffff !important;
}
