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

        a {
          color: hsl(201, 71%, 25%);
        }

        input:focus {
          border-color: hsl(201, 71%, 25%) !important;
          -webkit-box-shadow: inset 0 1px 1px #218bc4,0 0 8px #124d6d !important;
          -moz-box-shadow: inset 0 1px 1px #218bc4,0 0 8px #124d6d !important;
          box-shadow: inset 0 1px 1px #218bc4,0 0 8px #124d6d !important;
        }

}
