  .egora-access-page {
      margin: 20px 10px 50px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, Helvetica, sans-serif;
  }

  .egora-card {
      max-width: 405px;
      padding: 35px;
      background: #fff;
      border-radius: 14px 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }

  .egora-box {
      border: 1px solid #ef2f58;
      border-radius: 18px 0 18px 0;
      overflow: hidden;
  }

  .egora-top {
      background: #ef2f58;
      color: #fff;
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      padding: 16px 14px;
      border-radius: 16px 0 16px 0;
  }

  .egora-content {
      padding: 24px 14px 18px;
      text-align: center;
  }

  .egora-logo {
      width: 250px;
      max-width: 100%;
      margin-bottom: 12px;
  }

  .egora-content h2 {
      margin: 0 0 6px;
      font-size: 21px;
      line-height: 24px;
      font-weight: 800;
      color: #000;
  }

  .egora-content p {
      margin: 0 0 14px;
      font-size: 15px;
      line-height: 17px;
      color: #000;
  }

  .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 198px;
      height: 33px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 12px;
      font-weight: 800;
  }

  .btn-outline {
      color: #ef2f58;
      border: 1px solid #ef2f58;
      background: #fff;
  }

  .btn-filled {
      width: 198px;
      color: #fff;
      background: #ef2f58;
      border: 1px solid #ef2f58;
  }

  .separator {
      width: 105px;
      height: 3px;
      background: #111;
      margin: 19px auto 22px;
  }

  .already {
      display: block;
      margin-bottom: 8px;
      font-size: 12px;
      font-style: italic;
      color: #000;
  }