.logo a {
    text-decoration: none;
    display: block;
    color: rgb(236 236 236);
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0px;

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 var(--wpforms-field-size-input-spacing) 0;
    padding: 0;
    font-size: var(--wpforms-label-size-font-size);
    line-height: var(--wpforms-label-size-line-height);
    color: rgb(255 255 255) !important;
}

/* Change the color of form labels */
.wpforms-form label {
color: #ff0000; /* Replace #ff0000 with the color of your choice */
}

/* Change the color of form input text */
.wpforms-form input[type=text] {
color: #0000ff; /* Replace #0000ff with the color of your choice */
}


div.wpforms-container-full input[type="submit"], div.wpforms-container-full button[type="submit"], div.wpforms-container-full .wpforms-page-button {
    height: var(--wpforms-button-size-height);
    margin-right: 22em;
}



.wpforms-container .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-style: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: left;
 }