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

        a {
          color: hsl(201, 100%, 43%);
        }

        input:focus {
          border-color: hsl(201, 100%, 43%) !important;
          -webkit-box-shadow: inset 0 1px 1px #0fabff,0 0 8px #008edb !important;
          -moz-box-shadow: inset 0 1px 1px #0fabff,0 0 8px #008edb !important;
          box-shadow: inset 0 1px 1px #0fabff,0 0 8px #008edb !important;
        }

}
