dmnc.pipilikasoft.com Open in urlscan Pro
172.67.176.188  Public Scan

URL: https://dmnc.pipilikasoft.com/
Submission: On June 26 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /

<form action="/" class="form-vertical" method="post"><input name="__RequestVerificationToken" type="hidden" value="oxdKfuKpBXEeTg8UKv3vR1OVWNRF8kUqzSbq4_yiEBgfDF8h6Z6JFj2TYOKHqIvE1FdyYYq3A7vbuaSM2ICFsU31OtFJLPUCHy_mH69yILQ1">
  <div class="login-form" style="padding: 0 15px; margin-top: 15px">
    <div class="form-group">
      <label class="input-label" for="UserName">User ID</label>
      <input class="form-control" data-val="true" data-val-required="The User ID field is required." id="UserName" name="UserName" placeholder="User ID" type="text" value="">
      <span class="field-validation-valid text-danger" data-valmsg-for="UserName" data-valmsg-replace="true"></span>
    </div>
    <div class="form-group password-field-area">
      <label class="input-label" for="Password">Password</label>
      <input class="form-control password-field" data-val="true" data-val-required="The Password field is required." id="password-field" name="Password" placeholder="Password" type="password">
      <span class="field-validation-valid text-danger" data-valmsg-for="Password" data-valmsg-replace="true"></span>
      <div>
        <img id="eye-icon" src="/assets/img/login/eye-svgrepo-com.svg">
      </div>
    </div>
    <div class="row form-check">
      <div class="col-md-12">
        <button class="btn shiny btn-block btn-primary main-btn" type="submit"><i class="glyphicon glyphicon-log-in"></i> Login</button>
      </div>
      <div class="col-md-12" style="text-decoration: none !important; padding-top: 18px; text-align: center;">
        <span>
          <a href="/Reset" style="font-size: 12px; color: red;">Forgot Password?</a>
        </span>
      </div>
    </div>
  </div>
  <style>
    .password-field-area {
      position: relative;
    }

    .password-field {
      padding-right: 30px;
    }

    #eye-icon {
      width: 15px;
      position: absolute;
      right: 8px;
      top: 36px;
      cursor: pointer;
    }

    #close-password {}
  </style>
  <script type="text/javascript">
    document.addEventListener("DOMContentLoaded", function() {
      // password show and hide on click eye icon
      const eyeIcon = document.getElementById("eye-icon");
      const passwordInputField = document.getElementById("password-field");
      var showPassword = false;
      eyeIcon.addEventListener("click", function() {
        if (showPassword == false) {
          passwordInputField.type = "text";
          eyeIcon.src = "/assets/img/login/eye-off-svgrepo-com.svg";
          showPassword = true;
        } else if (showPassword == true) {
          passwordInputField.type = "password";
          eyeIcon.src = "/assets/img/login/eye-svgrepo-com.svg";
          showPassword = false;
        }
      })
    });
  </script>
</form>

Text Content

Warning! Your web browser's JavaScript is disable. For full functionality of
this site it is necessary to enable JavaScript. Here are the instructions how to
enable JavaScript in your web browser


LOGIN TO I-EMS

User ID
Password

Login
Forgot Password?
Developed & Maintained by