/* Login page-specific presentation */
.guest-page main.container {
  padding-bottom: 0;
}

.guest-login-column {
  width: 35%;
  max-width: 35%;
  flex: 0 0 35%;
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.2s ease-in-out;
}

/* .guest-login-column:hover,
.guest-login-column:focus-within {
  background-color: rgba(255, 255, 255, 1);
} */

.guest-yppo-logo-wrap {
  display: flex;
  justify-content: center;
  padding: 0 1rem 2rem;
}

.guest-partner-logos__bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom:2rem
}

.guest-partner-logos__label {
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
}

.guest-partner-logos__link {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

.guest-partner-logos__img {
  max-height: 3.75rem;
  max-width: 100%;
}

.guest-yppo-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.guest-yppo-logo-link:focus-visible {
  outline: 2px solid rgba(0, 0, 255, 0.65);
  outline-offset: 3px;
}

.guest-yppo-logo-img {
  max-width: min(70%, 18rem);
  height: auto;
}

.guest-login-date-label {
  margin: 0 1rem 2rem;
  text-align: left;
  color: #0000ff;
  font-size: 20px;
  font-weight: 700;
}

.guest-login-tabs {
  border-bottom-color: #000000;
}

.guest-login-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #000000;
  font-weight: 500;
}

.guest-login-tabs .nav-link:hover,
.guest-login-tabs .nav-link:focus {
  border-bottom-color: #0000ff;
  color: #0000ff;
}

.guest-login-tabs .nav-link.active {
  border-bottom-color: #0000ff;
  color: #0000ff;
  background-color: transparent;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .guest-login-column {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 991.98px) {
  .guest-login-column {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 575.98px) {
  .guest-login-video-bg {
    display: none;
  }
}
