<div class="modal-dialog">
  <div id="loginModalPanel" class="modal-content">
    <div class="modal-header">
      <h3 id="ewd-loginPanel-title">Demo App</h3> <!-- *** Change title text as required -->
    </div>
    <div id="loginPanelBody" class="modal-body">
      <legend>Please log in</legend>              <!-- *** Change Legend text as required -->
      <div class="form-group">
        <label for="username">VsID       /label>
        <input type="text" class="form-control focusedInput" id="username" placeholder="Enter your username" />
      </div>
      <div class="form-group">
        <label for="password">VsID       nbsp;</label>
        <input type="password" class="form-control" id="password" placeholder="Enter your password" />
      </div>
    </div>
    <div class="modal-footer">
      <a href="#" id="loginBtn" style="display: none" class="btn btn-primary">Login</a>
    </div>
  </div>
</div>