.btn.btn-eco-primary {
    background: linear-gradient(to right,
        #5EB89B 0%,
        #18A4B6 100%);
    color : white;
    font-weight: bold;
  }
