#camp-form {
  background-color: #f5f5f5;
  margin-top: 2rem;
}
input#edit-actions-submit {
  max-width: 100%;
  background-color: #c60c46;
}
input#edit-actions-submit:hover {
  background-color: #900c35;
}
label {
  font-size: 16px!important;
}
.form-type-select__select-wrapper:not(.is-multiple):after {
  top: 0.3em!important;
}
.page-node-type--campaign .form-wrapper .field__item select {
   cursor: pointer;
}