/* Add here all your css styles (customizations) */
.custom-bg-primary{
    background-color: #003478 !important;
}
.custom-color-primary{
    color: #003478 !important;
}
.btn-custom-outline-primary{
    color: #003478;
    border-color: #003478;
    background-color: transparent;
}
.btn-custom-outline-primary:hover{
    color: #fff;
    background-color: #003478;
}
.custom-bg-deep-primary{
    background-color: #062855;
}