﻿section.learn-more {
  display: none;
}

.outerContainer {
  padding: 144px 22px 128px;
}

.outerContainer h2 {
  color: #387da0;
  font-family: 'Space Grotesk';
  font-size: 59px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -4.13px;
  line-height: 63px; /* 106.78% */
  text-align: center;
}

.innerContainer {
  margin: 0 auto;
  max-width: 400px;
}

.outerContainer input {
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #387da0;
  color: #17364b;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  font-weight: 300;
  gap: 40px;
  height: 48px;
  justify-content: center;
  margin-top: 32px;
  padding: 0px 15px;
  width: 100%;
}

.outerContainer input::placeholder {
  color: #17364b;
}
.outerContainer input:first-of-type {
  margin-top: 36px;
}

.login-button {
  align-items: center;
  background-color: #17364b;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -1.1px;
  margin-top: 48px;
  width: 100%;
}

.linksCont {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
  text-align: center;
  width: 100%;
}

.linksCont a {
  border-bottom: 1px solid #17364b;
  color: #17364b;
  cursor: pointer;
  display: inline-block;
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}

.linksCont a:hover {
  border-bottom: 1px solid #387da0;
  color: #387da0;
}

@media (min-width: 1024px) {
  .outerContainer {
    padding: 245px 0px 128px;
  }

  .innerContainer {
    max-width: 618px;
  }

  .outerContainer h2 {
    font-size: 90px;
    letter-spacing: -6.3px;
    line-height: 1;
  }
  .outerContainer input {
    border-radius: 20px;
    font-size: 22px;
    height: 52px;
    margin-top: 40px;
    padding: 0px 40px;
  }
  .outerContainer input:first-of-type {
    margin-top: 52px;
  }
  .login-button {
    font-size: 30px;
    height: 52px;
    letter-spacing: -1.5px;
    margin-top: 78px;
  }
  .linksCont {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-top: 52px;
  }
  .linksCont a {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .newAccountWrap .linksCont {
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .outerContainer {
    padding: 252px 0px 155px;
  }
  .innerContainer {
    max-width: 778px;
  }
  .outerContainer input {
    margin-top: 40px;
  }
  .outerContainer input:first-of-type {
    margin-top: 47px;
  }
  .login-button {
    margin: 78px auto 0;
    max-width: 544px;
  }
  .linksCont {
    margin-top: 64px;
  }
}
@media (min-width: 1920px) {
  .outerContainer {
    padding: 263px 0px 164px;
  }
  .innerContainer {
    max-width: 825px;
  }
  .outerContainer h2 {
    font-size: 96px;
    letter-spacing: -6.72px;
  }
  .outerContainer input {
    font-size: 20px;
    height: 61px;
    margin-top: 61px;
  }
  .outerContainer input:first-of-type {
    margin-top: 61px;
  }
  .login-button {
    font-size: 30px;
    height: 61px;
    letter-spacing: -1.5px;
    margin-top: 61px;
    max-width: 543px;
  }
  .linksCont {
    margin-top: 61px;
  }
  .linksCont a {
    font-size: 24px;
  }
  .outerContainer.newAccountWrap input {
    margin-top: 40px;
  }
}

.new-login-page {
  background: #fff;
  color: #17364b;
  font-family: Commissioner, sans-serif;
  min-height: 100vh;
  padding: 132px 16px 88px;
}

.new-login-hero {
  margin: 0;
  max-width: none;
}

.new-login-kicker,
.new-login-panel-label {
  color: #387da0;
  font-family: Commissioner, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.new-login-hero h1 {
  color: #17364b;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 10vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.new-login-hero p {
  color: #53697a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 620px;
}

.new-login-shell {
  margin: 48px 0 0;
  max-width: none;
  position: relative;
}

.new-login-grid {
  display: grid;
  gap: 18px;
}

.new-login-panel {
  background: #f5f5f6;
  border: 1px solid rgba(23, 54, 75, 0.1);
  border-radius: 8px;
  padding: 28px 22px;
}

.new-login-panel h2 {
  color: #17364b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.new-login-panel-copy {
  margin-bottom: 28px;
}

.new-login-form {
  display: grid;
  gap: 18px;
  position: relative;
}

.new-login-field {
  display: grid;
  gap: 8px;
}

.new-login-field label {
  color: #17364b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.new-login-field input {
  background: #fff;
  border: 1px solid #acb7bf;
  border-radius: 8px;
  color: #17364b;
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 52px;
  outline: none;
  padding: 0 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.new-login-field input:focus {
  border-color: #387da0;
  box-shadow: 0 0 0 3px rgba(56, 125, 160, 0.14);
}

.new-login-field input.error {
  border-color: #b42318;
}

.new-login-field label.error {
  color: #b42318;
  font-size: 13px;
  min-height: 0;
}

.new-login-submit {
  align-items: center;
  background: #17364b;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
  padding: 0 28px;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
}

.new-login-submit:hover,
.new-login-submit:focus {
  background: #387da0;
}

.new-login-submit-alt {
  background: #edff00;
  color: #17364b;
}

.new-login-submit-alt:hover,
.new-login-submit-alt:focus {
  background: #dbe900;
  color: #17364b;
}

.new-login-actions {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  margin-top: 18px;
}

.new-login-text-action {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: #17364b;
  cursor: pointer;
  display: inline-flex;
  font-family: Commissioner, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 5px;
  text-align: left;
}

.new-login-text-action:hover,
.new-login-text-action:focus {
  color: #387da0;
}

.new-login-helper {
  color: #53697a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  margin: 16px 0 0;
}

.new-login-message {
  background: #fff;
  border: 1px solid rgba(56, 125, 160, 0.25);
  border-radius: 8px;
  color: #17364b;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 18px;
  padding: 14px 16px;
}

.new-login-wide-message {
  margin-top: 24px;
}

.new-login-notice-panel,
.new-login-flow-panel {
  margin: 0 auto;
  max-width: 660px;
}

.new-login-notice-panel p {
  color: #53697a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.new-login-notice-actions {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.new-login-flow-panel .new-login-text-action {
  margin-top: 24px;
}

.new-login-spinner {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

.new-login-spinner img {
  height: 42px;
  width: 42px;
}

.new-login-twofactor {
  align-items: center;
  background: rgba(23, 54, 75, 0.54);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 10000;
}

.new-login-twofactor-card {
  align-self: center;
  background: #fff;
  max-width: 520px;
  min-height: auto;
  overflow: auto;
  width: min(100%, 520px);
}

.code-inputs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 8px 0 0;
}

.code-digit {
  background: #fff;
  border: 1px solid #acb7bf;
  border-radius: 8px;
  color: #17364b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 48px;
  text-align: center;
  width: 100%;
}

.code-digit:focus,
.code-digit.filled {
  border-color: #387da0;
  box-shadow: 0 0 0 3px rgba(56, 125, 160, 0.14);
  outline: none;
}

.code-digit.error {
  border-color: #b42318;
  color: #b42318;
}

.new-login-loading {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  color: #17364b;
  display: flex;
  flex-direction: column;
  font-family: Commissioner, sans-serif;
  font-size: 17px;
  gap: 14px;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 10001;
}

.new-login-loader {
  animation: new-login-spin 0.9s linear infinite;
  border: 4px solid #e5eaee;
  border-radius: 50%;
  border-top-color: #387da0;
  height: 42px;
  width: 42px;
}

.new-login-page [hidden] {
  display: none !important;
}

@keyframes new-login-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .new-login-hero h1 {
    font-size: clamp(52px, 6.5vw, 64px);
  }

  .new-login-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-login-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-login-panel {
    padding: 34px 30px;
  }
}

@media (min-width: 981px) {
  .new-login-page {
    padding-top: 168px;
    padding-bottom: 112px;
  }

  .new-login-hero h1 {
    font-size: clamp(56px, 6vw, 64px);
  }

  .new-login-shell {
    margin-top: 58px;
  }

  .new-login-grid {
    gap: 24px;
  }

  .new-login-panel {
    min-height: 100%;
    padding: 42px;
  }

  .new-login-panel h2 {
    font-size: 34px;
  }
}

@media (min-width: 1024px) {
  .new-login-page {
    padding-left: calc((100vw - 1024px) / 2 + 96px);
    padding-right: calc((100vw - 1024px) / 2 + 96px);
  }

  .new-login-hero h1 {
    font-size: clamp(64px, 6vw, 76px);
  }

  .new-login-panel h2 {
    font-size: 40px;
  }
}

@media (min-width: 1240px) {
  .new-login-hero h1 {
    font-size: clamp(78px, 6.5vw, 90px);
  }

  .new-login-panel {
    padding: 48px;
  }

  .new-login-field input {
    height: 56px;
  }

  .new-login-submit {
    height: 56px;
  }
}

@media (min-width: 1366px) {
  .new-login-page {
    padding-left: calc((100vw - 1366px) / 2 + 182px);
    padding-right: calc((100vw - 1366px) / 2 + 182px);
    padding-top: 200px;
    padding-bottom: 144px;
  }
  .new-login-grid {
    gap: 40px;
  }
}

@media (min-width: 1600px) {
  .new-login-hero h1 {
    font-size: 96px;
  }
}


@media (min-width: 1920px) {
  .new-login-page {
    padding-top: 240px;
    padding-left: calc((100vw - 1920px) / 2 + 252px);
    padding-right: calc((100vw - 1920px) / 2 + 252px);
    padding-bottom: 164px;
  }
  .new-login-grid {
    gap: 56px;
  }
}

.new-login-twofactor .new-login-twofactor-card {
  min-height: auto;
}
