.btn-product-buy,
.btn-product-configure,
.btn-product-free_trial,
.btn-product-free,
.btn-product-referable,
.btn-buy,
.btn-product-lead_gen {
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
   background-color: #0076ce !important;
   color: white !important;
}

.newbtn {
    background-color: white;
    color: #0076ce;
    border: 1px solid #0076ce;

    &:hover {
        background-color: #0076ce;
        color: white;
    }
}
