/**
 * WPForms overrides
 */

.wpforms-form {
  --wpforms-button-background-color: #1B74E4;
  --wpforms-button-border-radius: 0;
  --wpforms-button-size-font-size: 16px;
  --wpforms-button-size-height: 40px;
  --wpforms-field-border-radius: 0;
  --wpforms-label-color: #fff;
  --wpforms-label-sublabel-color: var(--wpforms-label-color);
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
  font-family: var(--font-input) !important;
  font-weight: bold !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
  color: inherit !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
}

.wpforms-form--newsletter .wpforms-head-container {
  padding-bottom: 5px !important;
}

.wpforms-form--newsletter__email input {
  margin: 0 auto !important;
  max-width: 280px !important;
  text-align: center;
}
