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

        a {
          color: hsl(61, 66%, 27%);
        }

        input:focus {
          border-color: hsl(61, 66%, 27%) !important;
          -webkit-box-shadow: inset 0 1px 1px #d1d42f,0 0 8px #707217 !important;
          -moz-box-shadow: inset 0 1px 1px #d1d42f,0 0 8px #707217 !important;
          box-shadow: inset 0 1px 1px #d1d42f,0 0 8px #707217 !important;
        }

}
