/* body {
  padding-bottom: 20px;
} */

.navbar {
  margin-bottom: 0px;
}

.nav-scroller {
	margin-top: 15px;
	border-top: 1px solid var(--bs-efeb-light-grey);
	border-bottom: 0px !important;
	padding-top: 5px;
}

header {
  background-color: var(--bs-efeb-navbar-bg);
}

header.menu-header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.nav-item.nav-link.link-body-emphasis {
  color: var( --bs-efeb-navbar-link) !important;
}

.btn.btn-login {
  padding: 7px;
  border: opx solid var(--bs-efeb-mid-blue);
  border-radius: 0px;
  background-color: var(--bs-efeb-mid-blue);
  color: var(--bs-efeb-white);
}

.efeb-login > .form-control {
  margin-right: 5px;
  border-radius: 0px;
}

.fb-icon {
  width: 30px;
}

.login-item {
  border: 1px solid var(--bs-efeb-light-grey);
  padding: 5px;
  /* background-color: var(--bs-efeb-light-grey); */
}

.login-item p {
  margin: 0px 0px 5px;
  font-weight: 800;
}

.form-control::placeholder {
  color:var(--bs-efeb-login-placeholder-text);
  opacity: 1;
}

.form-control {
	background-color: var(--bs-efeb-login-input);
	color: var(--bs-efeb-white);
}
