﻿.headerLogo {
  background-image: url(../images/svg/logo-white.svg);
  height: 65px;
  width: 230px;
}

.nav > li > a:hover {
    border-bottom: 2px solid #FEE100;
}

.layout-background {
  background-image: url(../images/jpg/background-img.jpg);
  box-shadow: none;
}

#emailIcon img, 
#viewPasswordIcon img, 
#viewConfirmPasswordIcon img {
    width: 24px;
    height: 24px;
    filter: invert(32%) sepia(51%) saturate(294%) hue-rotate(208deg) brightness(92%) contrast(90%);
}

#header-menu-open-btn {
    background-image: url(../images/svg/menu.svg) !important;
}

.header-simple-text {
  color: var(--header-links-color);
}

.header-no-wrap {
  white-space: nowrap;
}

.hideMenu {
    background-color: #5150AA;
}