.az-separator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.625rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.az-separator span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--az-border-color);
  padding: 0 1rem;
}

.az-separator--line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: var(--az-border-color);
}

.az_gsignin,
.az_gsignup_create,
.az_gsignup_create_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login__form--link,
.sign-ups__points--link,
.nav__link {
  font-size: 1rem;
  color: var(--az-link-primary-color);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
  text-decoration: underline 2px rgba(0, 0, 0, 0);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.login__form--link:hover,
.sign-ups__points--link:hover,
.nav__link:hover {
  color: var(--az-link-primary-hover-color);
  -webkit-text-decoration-color: var(--az-link-primary-hover-underline);
  text-decoration-color: var(--az-link-primary-hover-underline);
}

.login__form--link:focus,
.sign-ups__points--link:focus,
.nav__link:focus {
  color: var(--az-link-primary-focus-color);
  -webkit-text-decoration-color: var(--az-link-primary-focus-underline);
  text-decoration-color: var(--az-link-primary-focus-underline);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav.fade {
  opacity: 0;
  visibility: hidden;
}

.nav__link {
  margin: 0.5rem 0;
}

.error {
  font-size: 0.875rem;
  font-weight: lighter;
  text-align: center;
}

.error font[color="red"] {
  color: var(--az-body-danger-color);
}

.login-sign-up__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

.login__form-password {
  position: relative;
}

.login__form-password__input {
  padding: 0.375rem 2.5rem 0.375rem 0.75rem !important;
}

.login__form-password__eye {
  position: absolute;
  top: 0px;
  left: calc(100% - 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  color: var(--az-icon-eye-color) !important;
  font-size: 1rem;
  text-decoration: none !important;
  cursor: pointer;
}

.login__form-password__eye:focus-visible {
  color: var(--az-icon-eye-color) !important;
  border: 1px solid #86b7fe !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-radius: 0.25rem;
  outline: 0;
}

.login__form,
.sign-up__auctioneer-account,
.sign-up__bidder-account,
.sign-up__btn {
  width: 48%;
}

.sign-up__btn {
  display: block;
}

.sign-up__bidder-account {
  margin-left: auto;
}

.login__form--container,
.sign-up__auctioneer-account--container,
.sign-up__bidder-account--container {
  padding: 1.5rem 1rem;
  background-color: var(--az-body-bg-darker);
  border-top: 3px solid var(--az-primary);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-up__btn--container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-ups__footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

.sign-ups__footer--bidder,
.sign-ups__footer--auctioneer {
  padding: 1.5rem 1rem;
  background-color: var(--az-body-bg-darker);
  border-top: 3px solid var(--az-primary);
}

.sign-up__auctioneer-account,
.sign-up__bidder-account {
  display: none;
}

.popover {
  max-width: 100% !important;
  border-top: 1px solid var(--az-popover-border) !important;
}

.popover-header {
  color: var(--az-body-color) !important;
}

.popover-body {
  font-size: 1rem;
  color: var(--az-body-color) !important;
  padding: 1rem !important;
}

@media only screen and (max-width: 991px) {
  .login__form {
    width: 40%;
  }

  .sign-up__auctioneer-account,
  .sign-up__bidder-account {
    width: 56%;
  }

  .sign-ups__footer {
    gap: 0;
  }

  .sign-up__auctioneer-account,
  .sign-up__bidder-account {
    display: block;
  }

  .sign-up__btn {
    display: none;
  }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .nav-item-text-md,
  .nav-item-text-sm {
    display: none;
  }

  .nav-item-text-xl {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .login-sign-up__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login__form,
  .sign-up__auctioneer-account,
  .sign-up__bidder-account {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item-text-xl,
  .nav-item-text-sm {
    display: none;
  }

  .nav-item-text-md {
    display: block;
  }
}

@media only screen and (max-width: 359px) {
  .nav-item-text-xl,
  .nav-item-text-md {
    display: none;
  }

  .nav-item-text-sm {
    display: block;
  }
}