.dark-blue-font{
    color: #041e49;
}
.vertically-aligned{
    vertical-align: middle; line-height: 1;
}

.btn-blue{
    background-color: #0B57D0;
    color: white;
}

.btn-blue:focus, .btn-blue:active{
    background-color: #0B57D0 !important;
    color: white !important;
}

.btn-blue:hover{
    background-color: #074AB3 !important;
    color: white !important;
}

.btn-blue-dark{
    background-color: #041e49;
    color: white;
}