.scouting_beascout_form {
  margin-top: 15px;
  margin-bottom: 15px;
}
.scouting_beascout_form input,
.scouting_beascout_form button {
  padding: 12px 24px;
  line-height: 1;
  height: 40px;
  border: solid 1px #EEE;
  border-radius: 3px 3px 3px 3px;
}
.scouting_beascout_form input {
  max-width: 100px;
}
.scouting_beascout_form button {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #1b4185;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1b4185;
  color: #FFF;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
