.susi-light-login {
  --susi-footer-color: #292929;

  background-size: cover;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 32px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  scrollbar-width: none;
  width: 100%;
}

.login-container {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.login-product {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px;
}

.susi-product-title {
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.login-title {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
  padding: 0 24px;
  margin: 0;
  text-align: center;
}

.login-description {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 24px;
  text-align: center;
}

.guest-footer {
  padding: 10px 16px;
  border-radius: 8px;
  justify-items: center;
  color: var(--susi-footer-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  background: #F3F3F3;
  text-align: center;
}

.guest-footer a {
  color: var(--susi-footer-color);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
}

.susi-product-logo {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.susi-light-wrapper {
  background-color: white;
  box-sizing: border-box;
  justify-items: center;
  border-radius: 16px 16px 0 0;
}

susi-sentry-light {
  display: block;
  margin: 0 auto;
  width: 348px;
  height: 466px;
  overflow: scroll;
  scrollbar-width: none;
}

.section.two-up:has(.susi-light-login) {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .susi-light-login {
    height: calc(100vh - calc(var(--feds-height-nav, 63px) + 67px) );
    min-height: 730px;
    padding: 20px 0;
  }


  .section.two-up:has(.susi-light-login) {
    display: grid;
    flex-direction: unset;
  }
  
  .login-container {
    min-width: 400px;
  }
  
  .guest-footer {
    padding: 16px 10px;
    border-radius: 0 0 16px 16px;
  }

  .susi-light-wrapper {
    padding: 32px 32px 0;
    min-height: 550px;
    justify-items: unset;
    border-radius: 16px 16px 0 0;
  }


  .emailonly .susi-light-wrapper,
  .socialonly .susi-light-wrapper {
    min-height: 100%;
  }

  .emailonly susi-sentry-light,
  .socialonly susi-sentry-light {
    height: 295px;
  }
}

@media (min-width: 1200px) {
  .login-product {
    padding: 0 24px;
  }

}

.dialog-modal .susi-light-login {
  height: auto;
  min-height: auto;
}
