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

        a {
          color: hsl(211, 83%, 25%);
        }

        input:focus {
          border-color: hsl(211, 83%, 25%) !important;
          -webkit-box-shadow: inset 0 1px 1px #1165bf,0 0 8px #0a3d74 !important;
          -moz-box-shadow: inset 0 1px 1px #1165bf,0 0 8px #0a3d74 !important;
          box-shadow: inset 0 1px 1px #1165bf,0 0 8px #0a3d74 !important;
        }

}
