:root {
    --buttoncolorcode: #00adef;
    --loginbackground: #f3f3f3;
    --ahovercolorcode: #00adef;
    --buttonfontcolorcode: #ffffff;
}
.theme-blue .search-form h2,
.theme-blue .quick-links h2,
.theme-blue .join-talent-community h2 {
    background-color: #ffcb05;
}
/*Them input Text Theme color-profile*/
.theme-blue .join-talent-community h2,
.theme-blue .quick-links h2,
.theme-blue .search-form h2{
    color: #FFFFFF;
}
/*custom-header input Theme color-profile*/
.theme-blue .custom-header {
    background-color: #3498db;
}
/*header input Theme color-profile*/
.theme-blue #header {
    background: #041829;
}
.nav-menu a {
    color: #FFFFFF !important;
}
/*footer input Theme color-profile*/
.theme-blue #cportalfooter {
    background: #000;
}
#cportalfooter a {
    color: #fff;
}
/*Sign input Theme BackGround*/
.LogInbody {
    background: #fff !important;
}
/*Sign input Theme Uers Card*/
.user_card {
    background: #feff00;
}
/*Sign input Theme Button*/
.login_btn {
    background: #c0392b !important;
    color: white !important;
}
/*Sign input Theme Lable*/
.input-group-text {
    background: #c0392b !important;
    color: white !important;
}
body .theme-blue {
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif !important;
}