.btn-info{
    background-color: #05568b;
    border-color: #05568b;
}

.btn-info:hover{
    background-color: #0b8add;
    border-color: #0b8add;
}