span.fpbutton {
  background: #fff;
  text-decoration: none !important;
  color: #041E41;
  font-size: 16px !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px #041E41 solid;
  box-shadow: 0px 0px 0px 1px #fff;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-align: center;
  width: 130px;
  transition: border 0.3s;
  margin-right: 10px;
  margin-bottom: 10px;
}
span.fpbutton:hover {
  border: 2px white solid;
  transition: border 0.3s ease-out;
}
