.bx-blue .btn.btn-default {
    outline: 0;
    background-color: #0067ff;
    border-color: #0067ff;
    color: #FFF;
    text-shadow: 0 1px 0 #0075b6;
    font-weight: 700;
    border-radius: 6px;
}
.bx-blue .btn.btn-default:hover {
    outline: 0;
    background-color: #025ce0;
    border-color: #025ce0;
    color: #FFF;
}