:where(.nc-header) #success_message_register {
  display: none;
  color: #000;
  font-size: medium;
  line-height: initial;
  padding: 0 40px;
}
:where(.nc-header) .itr-popup .itr-popup-switch {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #6faf73;
  text-decoration: none;
}
:where(.nc-header) .itr-popup .itr-popup-switch:hover {
  color: #5091cd;
}
:where(.nc-header) .itr-popup .itr-static-error {
  color: #c0392b;
  padding: 0 40px 20px;
  text-align: center;
}
:where(.nc-header) .btn-pp.disabled {
  opacity: 0.6;
  pointer-events: none;
}
:where(.nc-header) ul.login-signup li {
  vertical-align: top;
}
:where(.nc-header) ul.login-signup li a {
  vertical-align: top;
  white-space: nowrap;
}
:where(.nc-header) ul.login-signup li.itr-account-name a {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(.nc-header) ul.login-signup li.itr-account-name a .fa {
  margin-right: 4px;
}
body.logged-in .login-form-open {
  display: none !important;
}
.nc-header .itr-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  margin: 0;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  transition: none;
}
.nc-header .itr-popup .close {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 450px) {
  .nc-header .itr-popup {
    width: 92%;
    padding: 15px 12px !important;
  }
  .nc-header #success_message_forgot,
  .nc-header #success_message_register,
  .nc-header .itr-popup .itr-static-error {
    padding: 0 10px;
  }
}

:where(.nc-header) ul.login-signup li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  line-height: 1;
  padding: 0 17px;
  box-sizing: border-box;
}
:where(.nc-header) ul.login-signup li a .fa {
  font-size: 12px;
  line-height: 1;
}
.becomeMember,
:where(.nc-top-article) .becomeMember {
  display: inline-block;
  line-height: 1.3 !important;
  padding: 14px 18px !important;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
@media (max-width: 767px) {
  .becomeMember,
  :where(.nc-top-article) .becomeMember {
    display: block;
    width: 100%;
    padding: 14px 16px !important;
  }
}

:where(.nc-header) ul.login-signup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
}
:where(.nc-header) ul.login-signup li {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
:where(.nc-header) ul.login-signup li a {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 10px;
}
:where(.nc-header) ul.login-signup li a .fa {
  line-height: 30px;
}
