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

        a {
          color: hsl(360, 92%, 40%);
        }

        input:focus {
          border-color: hsl(360, 92%, 40%) !important;
          -webkit-box-shadow: inset 0 1px 1px #f51d1d,0 0 8px #c30808 !important;
          -moz-box-shadow: inset 0 1px 1px #f51d1d,0 0 8px #c30808 !important;
          box-shadow: inset 0 1px 1px #f51d1d,0 0 8px #c30808 !important;
        }

}
