.ParticipantBtn {
  color: white !important;
  background-color: #b50000 !important;
  border: 1px solid #b50000 !important;
}
.ParticipantBtn {
  background-color: #fff;
  border: 1px solid rgba(144, 144, 144, 0.8);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid rgba(144, 144, 144, 0.8);
  font-weight: 400;
  border-radius: 4px;
}

#sendFormBtn {
  background-color: #43a047;
  color: #fff !important;
  border: solid 1px #43a047;
  min-width: 120px;
  min-height: 43px;
  line-height: 43px;
  padding: 0 25px;
  font-size: 14px !important;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px !important;
  border-radius: 4px;
}
