.btn {
  background: #188ecd !important;
  
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
  border:1px solid #fbf2ae;
}

.btn:hover {
  background: #4755a1 !important;
  color:#000 !important;
  text-decoration: none;
}

