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

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

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

}
