form li.token-input-token {
    background-color: #3590C8;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #3590C8;
}

input.form-submit:hover,
input.form-submit:focus {
  background: #3590C8;
}
/*
input.webform-button--submit,
.btn-primary{
   margin-top: 15px;
  color: #fff;
  background-color: #337ab7;
  border-color: #46b8da;
  
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}*/