<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../Site.xsl"?>
<?xml-stylesheet type="text/css" href="../RenderFail.css"?>

<RDWAPage 
    helpurl="http://go.microsoft.com/fwlink/?LinkId=141038" 
    workspacename="RAPIDPOS&#32;Inc&#32;-&#32;Remote" 
    baseurl="https://remote.rapidpos.com/RDWeb/Pages/en-US/"
    privacyurl=""
    >
  <RenderFailureMessage>
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
            <title>Error: Unable to display RD Web Access</title>
        </head>
        <body>
            <h1>Error: Unable to display RD Web Access</h1>
            <p>An unexpected error has occurred that is preventing this page from being displayed correctly.</p>
            <p>Viewing this page in Internet Explorer with the Enhanced Security Configuration enabled can cause such an error.</p>
            <p>Please try loading this page without the Enhanced Security Configuration enabled. If this error continues to be displayed, please contact your administrator.</p>
        </body>
    </html> 
  </RenderFailureMessage>
  <BodyAttr 
    onload="onLoginPageLoad(event)" 
    onunload="onPageUnload(event)"/>
  <HTMLMainContent>
  <style>
    body {
      background-color: #f0f2f5;
      font-family: 'Segoe UI', sans-serif;
    }
    .login-container {
      max-width: 400px;
      margin: 60px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    .login-title {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }
    .form-label {
      display: block;
      margin-bottom: 5px;
      color: #555;
    }
    .form-input {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
    }
    .form-button {
      width: 100%;
      padding: 10px;
      background-color: #0078d7;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
    }
    .form-button:hover {
      background-color: #005fa1;
    }
    .error-msg {
      color: red;
      margin-bottom: 10px;
      text-align: center;
    }
  </style>

  <div class="login-container">
    <div class="login-title">RapidPOS Remote Access</div>

    
    <form id="FrmLogin" name="FrmLogin" action="login.aspx?ReturnUrl=%2FRDWeb%2FPages%2Fen-US%2FDefault.aspx" method="post" onsubmit="return onLoginFormSubmit()">

      
      <input type="hidden" name="WorkSpaceID" value="broker.rapidgrocerypos.com" />
      <input type="hidden" name="RDPCertificates" value="DF9CBF607313EF5454E76DFEB64D1B7693D62B4F" />
      <input type="hidden" name="PublicModeTimeout" value="20" />
      <input type="hidden" name="PrivateModeTimeout" value="240" />
      <input type="hidden" name="WorkspaceFriendlyName" value="RAPIDPOS%20Inc%20-%20Remote" />
      <input type="hidden" name="EventLogUploadAddress" value="" />
      <input type="hidden" name="RedirectorName" value="broker.rapidgrocerypos.com" />
      <input type="hidden" name="ClaimsHint" value="" />
      <input type="hidden" name="ClaimsToken" value="" />
      <input name="isUtf8" type="hidden" value="1" />
      <input type="hidden" name="flags" value="0" />

      
      <label for="DomainUserName" class="form-label">Domain\Username</label>
      <input id="DomainUserName" name="DomainUserName" type="text" class="form-input" autocomplete="off" />

      
      <label for="UserPass" class="form-label">Password</label>
      <input id="UserPass" name="UserPass" type="password" class="form-input" autocomplete="off" />

      
      

      
      <input type="submit" class="form-button" id="btnSignIn" value="Sign in" />
    </form>
    
  </div>
</HTMLMainContent>

</RDWAPage>
