Button 41

<a class="Button41 button-41" href="#">Button 41</a>

/*-- Button 41 --*/
.Button41 {
  padding: 7px 34px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}

.button-41 {
  border: 2px solid #3c73ff;
  background-color: #3c73ff;
  border-radius: 5px;
  color: #fff;
  transition: .3s;
}
.button-41:hover {
  box-shadow: 5px 5px #99bdff;
  transition: .3s;
}