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

        a {
          color: hsl(252, 40%, 32%);
        }

        input:focus {
          border-color: hsl(252, 40%, 32%) !important;
          -webkit-box-shadow: inset 0 1px 1px #0e5e69,0 0 8px #3e3072 !important;
          -moz-box-shadow: inset 0 1px 1px #0e5e69,0 0 8px #3e3072 !important;
          box-shadow: inset 0 1px 1px #0e5e69,0 0 8px #3e3072 !important;
        }

}
