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

        a {
          color: hsl(37, 100%, 43%);
        }

        input:focus {
          border-color: hsl(37, 100%, 43%) !important;
          -webkit-box-shadow: inset 0 1px 1px #ffa30f,0 0 8px #db8700 !important;
          -moz-box-shadow: inset 0 1px 1px #ffa30f,0 0 8px #db8700 !important;
          box-shadow: inset 0 1px 1px #ffa30f,0 0 8px #db8700 !important;
        }

}
