@charset "UTF-8";

/* WP Forms */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    color: #FFFF !important;
    background: #d4504e !important;
    border-radius: 5px;
    font-size: 1.1em;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    box-shadow: none !important;
    background: #ea8d85 !important;
    color: #FFFF !important;
}
ul#wpforms-69-field_8 { 
    place-items: center;
}
button#wpforms-submit-69 {
    width: 16em;
    height: 3em;
}