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

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

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

}
