
/* Custom Wp Forms */

.wpforms-field-large,
.wpforms-field-medium {
    border: 1px white solid !important;
    background-color: #F5DDE1 !important;
}

.wpforms-field-large::placeholder,
.wpforms-field-medium::placeholder {
    color: #fff !important;
}

.wpforms-submit-container {
    display: flex !important;
    justify-content: center !important;
}

#wpforms-submit-912 {
    width: 100% !important;
    color: #000 !important;
}