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

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

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

}
