.PhoneInput_wrapper__EsVDK {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.sharedFormStyles_input-container__x1WdS {
  align-items: flex-end;
  display: flex;
  margin-bottom: 2rem;
}

.sharedFormStyles_input-icon__DCC9G {
  flex: 0 1 auto;
  margin-right: 0.33333rem;
  position: relative;
  top: 0.2rem;
  color: var(--primary);
}

.sharedFormStyles_input-wrapper__7gOrJ {
  flex: 1 0 auto;
}

.sharedFormStyles_link__8l0JR {
  align-self: center;
  font-size: 1rem;
  color: var(--primary);
  cursor: pointer;
}

.sharedFormStyles_link__8l0JR:hover {
    text-decoration: underline;
  }

.sharedFormStyles_actions__5wp6D {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  -webkit-margin-after: 2.66666rem;
          margin-block-end: 2.66666rem;
}

.sharedFormStyles_actions__5wp6D .Phoenix--Button {
    justify-content: center;
  }

/* forgot password & return to login links */

.sharedFormStyles_actions__5wp6D a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.33333rem;
    line-height: 1.33333rem;
  }

.sharedFormStyles_captcha__ML_ya {
  display: none;
}

.TotpSmsModal_buttonWrapper___kNQK {
  padding: 1rem 0;
  text-align: center;
}

.TotpSmsModal_buttonInnerWrapper__G3hH4 {
  width: 15rem;
}

.TotpSmsModal_helpWrapper__RjuTJ,
.TotpSmsModal_deliveredWrapper__ibRv5 {
  font-size: 1.06666rem;
  letter-spacing: 0.04rem;
  line-height: 2rem;
}

.TotpSmsModal_deliveredWrapper__ibRv5 {
  padding-top: 2rem;
}

.TotpSmsModal_hidden__j_Zg_ {
  display: none;
}

.LoginForm_toastWrapper__sh34Z {
  margin-bottom: 1rem;
}

.LoginForm_toastWrapper__sh34Z .Phoenix__Toast {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.LoginLayout_layout__EASKH {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'main';
  min-height: 100vh;
}

@media (min-width: 860px) {

.LoginLayout_layoutColumns__LjUDB {
    grid-template-areas: 'main aside';
    grid-template-columns: 1fr minmax(
        0,
        clamp(0px, calc((100% - 600px) / 1.3), 50%)
      );
}
  }

@media (min-width: 860px) {

.LoginLayout_layoutFlip__7_ywn {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'aside main';
}
  }

.LoginLayout_layoutFlip__7_ywn .LoginLayout_logoIllustration__Yi5_N {
    left: 2rem;
  }

.LoginLayout_layoutFlip__7_ywn .LoginLayout_formContainer__QGtep {
    display: grid;
    place-items: center;
    max-width: 34.66666rem;
  }

.LoginLayout_layoutFlip__7_ywn .LoginLayout_content__ko_6w {
    grid-template-rows: auto 1fr;
    background-color: var(--white);
  }

@media (min-width: 860px) {

.LoginLayout_layoutFlip__7_ywn .LoginLayout_content__ko_6w {
      grid-template-rows: 1fr;
      min-width: 420px;
      background-color: #f7f7f7;
  }
    }

.LoginLayout_layoutFlip__7_ywn .LoginLayout_illustration__lMbKu {
    background-image: url('/static/data-trails.jpg');
  }

@media (min-width: 860px) {

.LoginLayout_layoutFlip__7_ywn .LoginLayout_illustration__lMbKu {
      display: flex;
      position: relative;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-inline: 4rem;
  }
    }

.LoginLayout_content__ko_6w {
  box-sizing: border-box;
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-rows: auto 1fr;
  padding: 1.66666rem;
  background-color: #f7f7f7;
}

@media (min-width: 860px) {

.LoginLayout_content__ko_6w {
    border-radius: 12px;
    margin: 1rem;
    padding-inline: 2rem;
    padding-block: 2rem;
}
  }

.LoginLayout_logo__IQ3G3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.LoginLayout_logo__IQ3G3  > img {
    max-height: 1.66666rem;
    width: auto;
  }

@media (min-width: 860px) {

.LoginLayout_hideBp__klAxp {
    display: none;
}
  }

.LoginLayout_serviceStatus__PCryq {
  border-radius: 0.2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.LoginLayout_promotion__3i9sm {
  margin-bottom: 2rem;
}

.LoginLayout_promotion__3i9sm:empty {
    display: none;
  }

.LoginLayout_title__SzR1b {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}

.LoginLayout_description__XqZJf {
  line-height: 1.5;
  font-weight: 400;
  -webkit-margin-before: 0.66666rem;
          margin-block-start: 0.66666rem;
  color: var(--text-semi-dark);
}

.LoginLayout_formContainer__QGtep {
  display: grid;
  place-items: center;

  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}

.LoginLayout_formContent__pfI0E {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.LoginLayout_login___Ox25 {
  color: var(--text-semi-dark);
}

.LoginLayout_login___Ox25 a {
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-image: var(--gradient-purple-red);
  }

.LoginLayout_login___Ox25 {

  -webkit-margin-before: 1rem;

          margin-block-start: 1rem;
  text-align: center;
  place-items: center;
}

.LoginLayout_footer__FJaR4 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

@media (min-width: 576px) {

.LoginLayout_footer__FJaR4 {
    margin-inline: -1rem;
}
  }

.LoginLayout_illustration__lMbKu {
  background-position: center center;
  background-size: cover;
  display: none;
  grid-area: aside;
  max-width: 100%;

  background-image: url('/static/login-background.jpg');
}

@media (min-width: 860px) {

.LoginLayout_illustration__lMbKu {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 4rem;
    margin-left: 0;
}
  }

.LoginLayout_logoIllustration__Yi5_N {
  position: absolute;
  right: 1.66666rem;
  top: 1.66666rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  z-index: 10;
}

.LoginLayout_logoIllustration__Yi5_N  > img {
    max-height: 1.66666rem;
    width: auto;
  }

.LoginLayout_illustrationText__jEq1x {
  color: var(--text-white);
  text-align: flex-start;
}

.LoginLayout_illustrationHeading__L0diI {
  font-size: clamp(2rem, 5vw + 1rem, 5.2rem);
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.LoginLayout_illustrationSubheading__3Swq9 {
  font-size: 1.2rem;
  line-height: 2.13333rem;
  font-weight: 300;
  margin: 0;
}

.LoginFooter_root__2p7JW {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.LoginFooter_root__2p7JW p {
    margin: 0;
  }

:is(.LoginFooter_root__2p7JW p) + p {
      -webkit-margin-before: 1rem;
              margin-block-start: 1rem;
    }

.LoginFooter_root__2p7JW a {
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-image: var(--gradient-purple-red);
  }

:is(.LoginFooter_root__2p7JW a) svg {
      margin-left: 0.13333rem;
      margin-bottom: 0.13333rem;
      color: var(--primary);
    }

.LoginFooter_root__2p7JW a:hover:not(:disabled),.LoginFooter_root__2p7JW a:focus:not(:disabled) {
    color: var(--black);
    background-image: none;
    text-decoration: underline;
  }

:is(.LoginFooter_root__2p7JW a:hover:not(:disabled),.LoginFooter_root__2p7JW a:focus:not(:disabled)) svg {
      color: var(--black);
    }

.LoginFooter_action__pKfdg {
  font-size: 1.06666rem;
  color: var(--text-semi-dark);
}

.LoginFooter_loginLegal__JN3y_ {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  gap: 2rem;
}

.LoginFooter_signupLegal__JRPK_ {
  text-align: center;
}

.LoginFooter_underline___mF7o {
  text-decoration: underline;
  text-underline-offset: 0.33333rem;
  padding-bottom: 0.33333rem;
}

