.main {
  display: flex;
  padding: 24px;
}

.left-container {
  padding-top: 24px;
  padding-left: 24px;
  height: calc(100vh - 24px);
  flex: 1;
}

.right-container {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 24px;
  flex-direction: column;
}
.pesci-logo {
  margin-bottom: 108px;
}
.team-logo {
  width: 80px;
  height: 90px;
  padding: 14px 20px;
}

.left-image {
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
}
.label {
  padding-top: 24px;
}

.sign-into-your-pesci {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  color: var(--tokens-text-secondary);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.light-text {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  color: #4c576a;
  font-size: 16px;
  letter-spacing: 0;
}

.field {
  flex-direction: column;
  display: flex;
  gap: 6px;
  padding-bottom: 16px;
  input {
    min-width: 380px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    position: relative;
    background-color: var(--tokens-surface-primary);
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--tokens-border-secondary);
  }
  .forgot-password-container {
    font-family: Plus Jakarta Sans;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    color: var(--button-link-text-icon, #3078f3);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */

    .forgot-password-container-button {
      cursor: pointer;
      font-family: Plus Jakarta Sans;
      display: flex;
      justify-content: space-between;
      color: var(--button-link-text-icon, #3078f3);
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      border: none;
      background-color: #fff;
    }
  }
  a {
    text-decoration: none !important;
  }
}

.input-label {
  color: var(--text-primary, #111e34);
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.span {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
}
.sub-text-wrapper {
  padding-bottom: 40px;
}

.text-wrapper {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  color: var(--tokens-text-primary);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.sign-in-with-microsoft-text {
  color: #111e34;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.dash {
  width: 40px;
  height: 1px;
  flex-shrink: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  background: var(--border-secondary, #d2d7e1);
}

.sign-in-button {
  display: flex;
  flex-direction: row;
  width: 400px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--border-secondary, #d2d7e1);
  background: var(--button-primary-text-icon, #fff);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 999;
}

.forgot-password-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 560px;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;

  .flex-container {
    display: flex;
  }
  .modal-header {
    padding: 12px 16px;
    border-bottom: 1px #e5e7eb solid;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 8px;
  }
  .modal-title-text {
    color: #111e34;
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    word-wrap: break-word;
  }

  .main-modal-content {
    padding: 24px;
  }

  .instruction-text {
    width: 100%;
    color: #111e34;
    font-size: 12px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
    padding-bottom: 32px;
  }

  .primary-button {
    border-radius: 8px;
    background: var(--button-primary-surface, #3078f3);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--button-primary-text-icon, #fff);
  }

  .footer {
    background: var(--surface-secondary, #f6f8fb);
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 8px;
    border-radius: 8px;
  }
  .success-modal-content {
    display: none;
  }
  .success-header {
    color: #111e34;
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  .success-footer {
    display: none;
  }
  .success-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #111e34;
    font-size: 12px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
  }
  .error-text {
    color: var(--status-error, #f03636);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-left: 24px;
    display: none;
  }
  .cancel-button {
    display: flex;
    flex-direction: row;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--border-secondary, #d2d7e1);
    background: var(--button-primary-text-icon, #fff);
  }
}
.login-button {
  width: 100%;
  padding: 10px 8px;
  color: white;
  background-color: #3078f3;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
  cursor: pointer;
}
