

html {
    --color-secondary: #f1b310!important;
}
:root {
    --color-primary: #103c70;
    --color-secondary: #f1b310;
    --bg-primary-color: #fff;
    --accent-color: #103c70;
    --form-control-color: #495057;
    --text-color:#1c1c1c;
}


a.bg-yellow {
 color:white!important;
}

.header-text-color {
    color: #103c70;
}

.multi-steps .step.disabled a {
    color: #f1b310 !important;
    cursor: no-drop;
}

a.header-text-color:hover {
    color: #f1b310 !important;
}