/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.wpforms-form button[type=submit] {
    background-color: #99b4aa !important;
    border-color: #99b4aa !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #022B57 !important;
}
.wpforms-field-label {
color: #99b4aa !important;
}