        .btn-primary {
          background-color: hsl(191, 62%, 35%) !important;
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45b9d3", endColorstr="#258aa1");
          background-image: -khtml-gradient(linear, left top, left bottom, from(#45b9d3), to(#258aa1));
          background-image: -moz-linear-gradient(top, #45b9d3, #258aa1);
          background-image: -ms-linear-gradient(top, #45b9d3, #258aa1);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45b9d3), color-stop(100%, #258aa1));
          background-image: -webkit-linear-gradient(top, #45b9d3, #258aa1);
          background-image: -o-linear-gradient(top, #45b9d3, #258aa1);
          background-image: linear-gradient(#45b9d3, #258aa1);
          border-color: #258aa1 #258aa1 hsl(191, 62%, 35%);
          color: #ffffff !important;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
          -webkit-font-smoothing: antialiased;
        }

        a {
          color: hsl(191, 62%, 35%);
        }

        input:focus {
          border-color: hsl(191, 62%, 35%) !important;
          -webkit-box-shadow: inset 0 1px 1px #45b9d3,0 0 8px #258aa1 !important;
          -moz-box-shadow: inset 0 1px 1px #45b9d3,0 0 8px #258aa1 !important;
          box-shadow: inset 0 1px 1px #45b9d3,0 0 8px #258aa1 !important;
        }

}
