console-staging.grabtick.com Open in urlscan Pro
116.48.151.125  Public Scan

Submitted URL: http://console-staging.grabtick.com/
Effective URL: https://console-staging.grabtick.com/
Submission: On May 07 via api from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST /login

<form action="/login" method="POST" style="text-align: center" id="loginForm">
  <div style="display: inline-block">
    <div class="loginCard">
      <div class="title">SIGN IN</div>
      <div id="error" style="
                display: none;
                color: red;
                font-size: smaller;
                margin-top: 2em;
                margin-bottom: 1em;
              "> Invalid Username/Password </div>
      <div class="input_title">Username</div>
      <div>
        <input name="username" autofocus="" value="" class="input_box">
      </div>
      <div class="input_title">Password</div>
      <div>
        <input name="password" value="" class="input_box" type="password" keydown="checkSubmit(event)">
      </div>
      <div>
        <input type="submit" value="Login" style="
                  background-color: #2b0067;
                  border-color: #2b0067;
                  color: white;
                  padding: 5px 20px;
                  width: 200px;
                  height: 35px;
                  margin-top: 15px;
                  border-radius: 5px;
                ">
      </div>
    </div>
  </div>
</form>

Text Content

SIGN IN
Invalid Username/Password
Username

Password