input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"]{
border:0!important;
border-bottom:1px solid #d6d7d4 !important;
   font-family: 'Source Sans 3', sans-serif;
  border-radius:0!important;
  background-color: #f3f4f3  !important;
}
.form-textarea-wrapper textarea {
    border-radius:0!important;
    border: 1px solid #d6d7d4 !important;
    border-top: none;
    border-left: none;
    border-right: none;
  font-family: 'Source Sans 3', sans-serif;
    background-color: #f3f4f3 !important;
}
.form-type-select__select-wrapper:not(.is-multiple) .form-select ,input[type="date"]{
    border-radius:0!important;
  font-family: 'Source Sans 3', sans-serif;
    border-width: 8px!important;
  height:3rem;
    background-color: #f3f4f3 !important;
}
.form-type-select__select-wrapper:not(.is-multiple):after {
    top: 0.8em!important;
    background-color: #f3f4f3 !important;
}

label{
  background-color: #f3f4f3 !important;
}

.form-actions{
 display: flex !important;
 justify-content: right !important;
}