erp.vupune.ac.in Open in urlscan Pro
103.97.164.84  Public Scan

URL: https://erp.vupune.ac.in/
Submission: On March 20 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

POST ./

<form method="post" action="./" onsubmit="javascript:return WebForm_OnSubmit();" id="form2">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="YgRjIfZ/cpviqMO0wdrRFgvzIYbnn4wM9GnceAISM/6wn6w8s8KM8HzLRJlPU2yYpN8BMQ35u4E5TU7wjfIf+H+AnqiRhJj2HHlcALljrQ65mvqrTcDfN61m75bVghBl">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form2'];
    if (!theForm) {
      theForm = document.form2;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZCqx6TDc7DJXOnrUk_Aunx9dwpZMUU02y3MYBlbJU6kXx5KwcYTz6rJjOHCJihgawQ2&amp;t=636765661264470882" type="text/javascript"></script>
  <script src="/WebResource.axd?d=x2nkrMJGXkMELz33nwnakHpJrXxIeJB097qL8aNg8tS9QgmL5lAjrhm3cXy0gFqgRp-LzcAZaPIFwMlWAN45XMzM3psiMT0hUJFOBJHnV281&amp;t=636765661264470882" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
      if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
      return true;
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
  </div>
  <div class="main-container">
    <div class="main-content">
      <div class="row">
        <div class="col-sm-10 col-sm-offset-1">
          <div class="login-container">
            <div class="center">
              <h1>
                <span class="red">Vishwakarma University </span><span class="white" id="id-text2">Student Login</span>
              </h1>
            </div>
            <div class="space-6"></div>
            <div class="position-relative">
              <div id="login-box" class="login-box visible widget-box no-border">
                <div class="widget-body">
                  <div class="widget-main">
                    <h4 class="header blue lighter bigger">
                      <i class="ace-icon fa fa-coffee green"></i> Please Enter Your Information
                    </h4>
                    <div class="space-6"></div>
                    <fieldset>
                      <label class="block clearfix">
                        <span class="block input-icon input-icon-right">
                          <input name="txtUsername" type="text" id="txtUsername" class="form-control" placeholder="User Name">
                          <span id="UserNameRequiredFieldValidator" style="color:Red;visibility:hidden;">Please Enter UserName</span>
                          <i class="ace-icon fa fa-user"></i>
                        </span>
                      </label>
                      <label class="block clearfix">
                        <span class="block input-icon input-icon-right">
                          <input name="txtPassword" type="password" id="txtPassword" class="form-control" placeholder="Password">
                          <span id="PasswordRequiredFieldValidator" style="color:Red;visibility:hidden;">Please Enter Password</span>
                          <i class="ace-icon fa fa-lock"></i>
                        </span>
                      </label>
                      <div class="space"></div>
                      <div class="clearfix">
                        <label class="inline">
                          <input type="checkbox" class="ace">
                          <span class="lbl"> Remember Me</span>
                        </label>
                        <input type="submit" name="btnlogin" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btnlogin&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))"
                          id="btnlogin" class="width-35 pull-right btn btn-sm btn-primary">
                      </div>
                      <div class="space-4"></div>
                    </fieldset>
                  </div><!-- /.widget-main -->
                  <div class="toolbar clearfix">
                    <div>
                      <a href="#" data-target="#forgot-box" class="forgot-password-link">
													<i class="ace-icon fa fa-arrow-left"></i>
													I forgot my password
												</a>
                    </div>
                  </div>
                </div><!-- /.widget-body -->
              </div><!-- /.login-box -->
              <div id="forgot-box" class="forgot-box widget-box no-border">
                <div class="widget-body">
                  <div class="widget-main">
                    <h4 class="header red lighter bigger">
                      <i class="ace-icon fa fa-key"></i> Retrieve Password
                    </h4>
                    <div class="space-6"></div>
                    <p> Enter your email and to receive instructions </p>
                    <fieldset>
                      <label class="block clearfix">
                        <span class="block input-icon input-icon-right">
                          <input type="email" class="form-control" placeholder="Email">
                          <i class="ace-icon fa fa-envelope"></i>
                        </span>
                      </label>
                      <div class="clearfix">
                        <button type="button" class="width-35 pull-right btn btn-sm btn-danger">
                          <i class="ace-icon fa fa-lightbulb-o"></i>
                          <span class="bigger-110">Send Me!</span>
                        </button>
                      </div>
                    </fieldset>
                  </div><!-- /.widget-main -->
                  <div class="toolbar center">
                    <a href="#" data-target="#login-box" class="back-to-login-link">
												Back to login
												<i class="ace-icon fa fa-arrow-right"></i>
											</a>
                  </div>
                </div><!-- /.widget-body -->
              </div><!-- /.forgot-box -->
              <div id="signup-box" class="signup-box widget-box no-border">
                <div class="widget-body">
                  <div class="widget-main">
                    <h4 class="header green lighter bigger">
                      <i class="ace-icon fa fa-users blue"></i> New User Registration
                    </h4>
                    <div class="space-6"></div>
                    <p> Enter your details to begin: </p>
                    <form>
                      <fieldset>
                        <label class="block clearfix">
                          <span class="block input-icon input-icon-right">
                            <input type="email" class="form-control" placeholder="Email">
                            <i class="ace-icon fa fa-envelope"></i>
                          </span>
                        </label>
                        <label class="block clearfix">
                          <span class="block input-icon input-icon-right">
                            <input type="text" class="form-control" placeholder="Username">
                            <i class="ace-icon fa fa-user"></i>
                          </span>
                        </label>
                        <label class="block clearfix">
                          <span class="block input-icon input-icon-right">
                            <input type="password" class="form-control" placeholder="Password">
                            <i class="ace-icon fa fa-lock"></i>
                          </span>
                        </label>
                        <label class="block clearfix">
                          <span class="block input-icon input-icon-right">
                            <input type="password" class="form-control" placeholder="Repeat password">
                            <i class="ace-icon fa fa-retweet"></i>
                          </span>
                        </label>
                        <label class="block">
                          <input type="checkbox" class="ace">
                          <span class="lbl"> I accept the <a href="#">User Agreement</a>
                          </span>
                        </label>
                        <div class="space-24"></div>
                        <div class="clearfix">
                          <button type="reset" class="width-30 pull-left btn btn-sm">
                            <i class="ace-icon fa fa-refresh"></i>
                            <span class="bigger-110">Reset</span>
                          </button>
                          <button type="button" class="width-65 pull-right btn btn-sm btn-success">
                            <span class="bigger-110">Register</span>
                            <i class="ace-icon fa fa-arrow-right icon-on-right"></i>
                          </button>
                        </div>
                      </fieldset>
                    </form>
                  </div>
                  <div class="toolbar center">
                    <a href="#" data-target="#login-box" class="back-to-login-link">
												<i class="ace-icon fa fa-arrow-left"></i>
												Back to login
											</a>
                  </div>
                </div><!-- /.widget-body -->
              </div><!-- /.signup-box -->
            </div><!-- /.position-relative -->
          </div>
        </div><!-- /.col -->
      </div><!-- /.row -->
    </div><!-- /.main-content -->
  </div>
</form>

<form>
  <fieldset>
    <label class="block clearfix">
      <span class="block input-icon input-icon-right">
        <input type="email" class="form-control" placeholder="Email">
        <i class="ace-icon fa fa-envelope"></i>
      </span>
    </label>
    <label class="block clearfix">
      <span class="block input-icon input-icon-right">
        <input type="text" class="form-control" placeholder="Username">
        <i class="ace-icon fa fa-user"></i>
      </span>
    </label>
    <label class="block clearfix">
      <span class="block input-icon input-icon-right">
        <input type="password" class="form-control" placeholder="Password">
        <i class="ace-icon fa fa-lock"></i>
      </span>
    </label>
    <label class="block clearfix">
      <span class="block input-icon input-icon-right">
        <input type="password" class="form-control" placeholder="Repeat password">
        <i class="ace-icon fa fa-retweet"></i>
      </span>
    </label>
    <label class="block">
      <input type="checkbox" class="ace">
      <span class="lbl"> I accept the <a href="#">User Agreement</a>
      </span>
    </label>
    <div class="space-24"></div>
    <div class="clearfix">
      <button type="reset" class="width-30 pull-left btn btn-sm">
        <i class="ace-icon fa fa-refresh"></i>
        <span class="bigger-110">Reset</span>
      </button>
      <button type="button" class="width-65 pull-right btn btn-sm btn-success">
        <span class="bigger-110">Register</span>
        <i class="ace-icon fa fa-arrow-right icon-on-right"></i>
      </button>
    </div>
  </fieldset>
</form>

Text Content

VISHWAKARMA UNIVERSITY STUDENT LOGIN



PLEASE ENTER YOUR INFORMATION


Please Enter UserName Please Enter Password

Remember Me

I forgot my password

RETRIEVE PASSWORD



Enter your email and to receive instructions

Send Me!
Back to login

NEW USER REGISTRATION



Enter your details to begin:

I accept the User Agreement

Reset Register
Back to login