button.btn.btn-primary.validate {
    background: #13aa52; border:0px;
}
button.btn.btn-primary.validate:hover {
    background: #ec008c; border:0px;
}
a.btn[title="Cancel"] {
    background: #bebebe;color:#303030;
}

a.btn[title="Cancel"]:hover {
    background: #939393;color:#fff;
}


.btn01 {
  background-color: #13aa52;
  border-radius: 4px; border:0px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;transition: 0.5s ease;
}

.btn01:hover {
  transition: 0.5s ease; background-color:#ec008c;color:#fff;
}

@media (min-width: 768px) {
 .btn01 {
    padding: 10px 30px;
  }
}