*********************
/* BNM STYLES */
/* ********************* */
#extr-page #header {
  background: white!important;
  border-bottom-width: 0px !important;
  overflow: visible;
}
#extr-page .container, 
#extr-page #main{
  padding: 0;
}

#extr-page #header #logo {
  margin-top: 24px;
  margin-right: -16px;
  float: right;
}
#extr-page #header #logo img {
  width: 100px;
}
#extr-page-header-space {
  line-height: 100px;
}

app-login .header-dropdown-list > li > .dropdown-toggle {
  margin-top: 7px;
}

.login-container {
  background: white;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: #e7e8e8 !important;
}

.login-banner h2,
.login-banner p {
  color: #000000 !important;
  font-family: "Inter";
}

.client-color {
  color: #000000 !important;
}

.client-color-light {
  color: #868686 !important;
}

.client-background-color {
  background-color: #000000 !important;
}

.bottom-div {
  height: 50px;
  background-color: #f7f7f7;
  width: 100%;
}
.border-div {
  position: absolute;
  height: 100% !important;
  top: 0;
  right: 300px;
  border-right: 3px solid #eee;
}

.bnm-side-image {
  margin-top: -65px;
}

.bnm-circle-image img { 
  position: absolute;
  width: 125px;
  bottom: 24px;
  right: 1px;
  z-index: 1;
}

app-login #content .row .col-md-12.col-lg-12{
  display: none;
}

app-login #content .row div{
  z-index: 10;
}

app-login #content .row div.login-component {
  z-index: 1000;
}

.dropdown-menu {
  top: 65%;
}

#language-menu .dropdown-menu li:last-child {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .h2-dot {
    top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  app-login #content div .banner.slogan {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .container.login-header {
    height: 100px !important;
  }
  .login-container {
    padding-top: 64px !important;
    padding-bottom: 0px !important;
    background: #f7f7f7;
  }
  #extr-page #header {
    background: linear-gradient(to right, #f7f7f7 15%, #FFF 15%) !important;
    height: 100%;
    overflow: visible;
  }
  app-login #content .container .banner-content.login-banner h2 {
    font-size: 40px;
  }

  .login-container {
    background: linear-gradient(to right, #f7f7f7 15%, white 15%) !important;
  }
  .h2-dot {
    height: 13px;
    width: 13px;
    background-color: #DE421F;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
  }
}
@media only screen and (max-width: 992px) {
  app-login #content {
    margin: auto;
  }
  #extr-page #header {
    border-bottom: 0 !important;
  }
}