        .btn-primary {
          background-color: hsl(123, 63%, 31%) !important;
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ecb36", endColorstr="#1d8022");
          background-image: -khtml-gradient(linear, left top, left bottom, from(#2ecb36), to(#1d8022));
          background-image: -moz-linear-gradient(top, #2ecb36, #1d8022);
          background-image: -ms-linear-gradient(top, #2ecb36, #1d8022);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ecb36), color-stop(100%, #1d8022));
          background-image: -webkit-linear-gradient(top, #2ecb36, #1d8022);
          background-image: -o-linear-gradient(top, #2ecb36, #1d8022);
          background-image: linear-gradient(#2ecb36, #1d8022);
          border-color: #1d8022 #1d8022 hsl(123, 63%, 31%);
          color: #ffffff !important;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
          -webkit-font-smoothing: antialiased;
        }

        a {
          color: hsl(123, 63%, 31%);
        }

        input:focus {
          border-color: hsl(123, 63%, 31%) !important;
          -webkit-box-shadow: inset 0 1px 1px #2ecb36,0 0 8px #1d8022 !important;
          -moz-box-shadow: inset 0 1px 1px #2ecb36,0 0 8px #1d8022 !important;
          box-shadow: inset 0 1px 1px #2ecb36,0 0 8px #1d8022 !important;
        }

}
