a.btn-loans,
a.btn {
  background: #706fd3;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: background-color .5s;
  display: inline-block;
}

a.btn-loans:hover,
a.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #605fc3;
}

a.btn.apply {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  margin: 0px;
  margin-top: 5px;
  line-height: 40px;
}