.login-landing-section-v2 {
  padding: 32px;
  overflow: hidden;
  width: 478px;
  border-radius: 20px;
  flex-shrink: 0;
  font-family: "Citi Sans", sans-serif;
  min-width: 300px;
  gap: 32px;
  color: var(--heading_primary);
  .lmn-btn-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-card-header {
    line-height: 1.25;
    .form-card-title {
      font-size: 32px;
      line-height: 40px;
      font-weight: 400;
      color: #0f1632;
      font-family: Citi Sans Display, sans-serif;
    }
  }

  .form-card-body {
    font-size: 14px;
    line-height: 22px;
  }

  .form-card-body > * {
    margin-bottom: 16px !important;
  }

  .form-card-body > .lmn-form-group {
    margin-bottom: 16px !important;
  }

  .form-card-body > div .lmn-form-group {
    margin-bottom: 0 !important;
  }

  .form-card-body > *:last-child {
    margin-bottom: 0 !important;
  }

  .form-card-body > *:first-child {
    margin-top: 0 !important;
  }

  .form-card-footer {
    .lmn-btn + .lmn-btn {
      margin-top: 16px !important;
    }
  }
  .form-card-subTitle {
    font-family: "Citi Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text-color-0);
    margin-top: 4px !important;
    color: #5e676b;
  }
}

.login-page-title-section {
  .form-card-header {
    .form-card-title {
      font-size: 24px;
    }
  }
}

@media screen and (max-width: 559px) {
  .login-landing-section-v2 {
    padding: 24px;
    width: calc(100% - 16px * 2);
    align-self: center;
    margin: 0 16px 40px 16px;
  }
}

@media screen and (min-width: 560px) and (max-width: 783px) {
  .login-landing-section-v2 {
    width: calc(100% - 64px * 2);
    align-self: center;
    margin: 0 64px 40px 64px;
  }
}

@media screen and (min-width: 784px) and (max-width: 1071px) {
  .login-landing-section-v2 {
    width: calc((200% - 80px) / 3);
    align-self: center;
    margin: 0 calc((100% + 80px) / 6) 40px calc((100% + 80px) / 6);
  }
}
