<div class="dialog-frame" style="width: 800px;">
  <div class="dialog-header" bind="dialogHeader"></div>
  <div class="dialog-body" bind="dialogBody" style="position: relative; height: 140px">
    <div class="wikidata-logo">
      <a bind="wikibaseMainPage" target="_blank">
        <img bind="wikibaseLogoImg" alt="Wikibase logo"/>
      </a>
    </div>
    <div class="right-of-logo">
      <p class="body-text" bind="explainLogIn"></p>
      <p class="body-text" bind="explainBotPasswords"></p>
      <div class="wikibase-user-management-area">
        <div class="wikibase-user-login" bind="loginArea">
          <p bind="invalidCredentials" class="wikibase-invalid-credentials"></p>
          <form bind="loginForm" class="wikibase-login-form" method="post">
            <table>
              <tr>
                <td><label for="wb-username" bind="usernameLabel"></label></td>
                <td><input name="wb-username" id="wb-username" type="text" bind="usernameInput"/></td>
              </tr>
              <tr>
                <td><label for="wb-password" bind="passwordLabel"></label></td>
                <td><input name="wb-password" id="wb-password" type="password" bind="passwordInput"/></td>
              </tr>
              <tr>
              <tr>
                <td><input type="checkbox" name="remember-credentials" id="remember-credentials" bind="rememberCredentials"/></td>
                <td>
                  <span><label for="remember-credentials"bind="rememberMe"></label></span>
                  <span><img src="extension/wikidata/images/Information.png" style="height: 0.8rem;" alt="information" bind="passwordRememberMeTitle"/></span>
                </td>
              </tr>
              </tr>
            </table>
            <div class="wikibase-login-buttons">
              <button class="button cancel-button" type="button" bind="cancelButton"></button>
              <button class="button button-primary" type="submit" bind="loginButton"></button>
            </div>
          </form>
        </div>
      </div>
    </div>
  </div>
  <div class="dialog-footer wikibase-login-dialog-footer" bind="dialogFooter">
    <span bind="explainOwnerOnlyConsumerLogin"></span>
  </div>
</div>