.pisell-saas-create-org-container {
  width: 360px;
  max-width: 360px;
  min-width: 266px;
  margin: 0 20px;
  overflow-x: hidden;

  // Logo样式
  .pisell-saas-create-org-logo {
    width: fit-content;
    height: 48px;
    border-radius: 8px;

    &.left {
      margin-right: auto;
      margin-left: 0;
    }

    &.center {
      margin: 0 auto;
    }

    &.right {
      margin-left: auto;
      margin-right: 0;
    }

    img {
      height: 48px;
      object-fit: contain;
    }
  }

  .pisell-saas-create-org-welcome-message {
    margin-top: 10px;
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .pisell-saas-create-org-title {
    margin-top: 24px;
    font-size: 30px;
    font-weight: 600;
    color: #101828;
  }

  .pisell-saas-create-org-subtitle {
    margin-top: 12px;
    font-size: 16px;
    color: #475467;
    font-weight: 400;
  }
}
