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

        a {
          color: hsl(128, 90%, 33%);
        }

        input:focus {
          border-color: hsl(128, 90%, 33%) !important;
          -webkit-box-shadow: inset 0 1px 1px #089f1c,0 0 8px #089f1c !important;
          -moz-box-shadow: inset 0 1px 1px #089f1c,0 0 8px #089f1c !important;
          box-shadow: inset 0 1px 1px #089f1c,0 0 8px #089f1c !important;
        }

}
