.tab-forms li.ui-tabs-tab.ui-tabs-active a,
.tab-forms li.ui-tabs-tab.ui-tabs-active a:hover{
    color: #fff !important;
}
.tab-forms li.ui-tabs-tab.ui-tabs-active, 
.tab-forms li.ui-tabs-tab.ui-tabs-active:hover {
    background-color: #1e75b9;
}
.tab-forms li.ui-tabs-tab:hover {
    background: #e5e5e5;
}
.tab-forms li.ui-tabs-tab a:hover {
    color: #1e75b9;
}
.tab-forms li.ui-tabs-tab {
    background: #f7f7f7;
}
.tab-forms ul {
    margin-bottom: 2rem !important;
    display: flex;
    justify-content: center;
}