:root {
  --primary: #4790c7;
}

.Footer__footerCopyrigt {
    background: url(https://www.expert-it.com/themes/custom/conbiz/assets/images/bg-footer.png) no-repeat center center rgba(32, 91, 136, 0.53);
    background-size: cover;
}

.LoginDetail__signin {
    max-width: 100%;
}
.Icon__brand {
    color: var(--primary);
}
.commonStyle__zt3Brand {
    color: var(--primary);
}

.Button__footerBtn {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 28px;
  	border-radius: 10px;
  background-color:var(--primary);
}

.commonStyle__zt3BrandBg {
    background-color: var(--primary)!important;
}

li#userPreference {
    display: none;
}

.Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
    border-bottom: 0.1875rem solid var(--primary);
    color: var(--primary);
}

.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover {
   border-bottom: 0.1875rem solid var(--primary);
   color: var(--primary);
}

.Header__logo img {
    max-height: 5rem;
}

.primary {
	background: var(--primary)!important;
}

.Button__footerBtn:hover {
    background: var(--primary);
}
