www.irclass.org Open in urlscan Pro
65.2.1.73  Public Scan

Submitted URL: http://irqs.uncm07.com/gtrack?clientid=11657&ul=BAEIBwROVRhVCg9TTVhaU3BUFgoJSxZWWwwWQwRKSQ==&ml=BwMNB0kCGVYOUVxK&sl=dE5...
Effective URL: https://www.irclass.org/
Submission: On December 13 via manual from IN — Scanned from DE

Form analysis 5 forms found in the DOM

POST /umbraco/Surface/Home/MemberLogin

<form action="/umbraco/Surface/Home/MemberLogin" method="post">
  <button type="button" class="close slick-close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
  <div class="main-login main-center">
    <div class="panel-heading">
      <div class="panel-title text-center">
        <h2 class="title h1">Member Login</h2>
      </div>
    </div>
    <div>
      <div class="form-group">
        <label for="UserName" class="cols-sm-3">User Name</label>
        <div class="cols-sm-12"><input type="text" class="form-control" maxlength="20" id="UserName" name="UserName" placeholder="User name" required=""></div>
      </div>
      <div class="form-group">
        <label for="Password" class="cols-sm-3">Password</label>
        <div class="cols-sm-12"><input type="password" class="form-control" id="Password" name="Password" maxlength="20" placeholder="Password" required=""></div>
      </div>
    </div>
    <a href="#change-password" class="forgot-pass" id="changePassword">Change password</a>
    <div class="form-group login-button">
      <div class="box-link box-block box-link-big">
        <button type="submit" class="btn btn-secondary btn-block">
          <span class="btn-text">Login</span>
          <i class="fa fa-angle-right fa-pull-right fa-2x"></i>
        </button>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 text-center"><a class="cancel-link" href="#" data-dismiss="modal">Cancel</a></div>
    </div>
  </div>
</form>

<form id="changepassform">
  <button type="button" class="close slick-close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
  <div class="main-login main-center">
    <div class="col-xs-12 message hidden text-center alert alert-success" role="alert" id="SuccessStatus">Your password has been changed successfully </div>
    <div class="col-xs-12 message hidden text-center alert alert-danger" role="alert" id="SuccessError">Something went wrong!! Please Try again.</div>
    <div class="col-xs-12 message hidden text-center alert alert-danger" role="alert" id="SuccessDataError">Username or Password is not valid.</div>
    <div class="panel-heading">
      <div class="panel-title text-center">
        <h2 class="title h1">Change Password</h2>
      </div>
    </div>
    <div>
      <div class="form-group">
        <label for="UserName" class="cols-sm-3">User Name</label>
        <div class="cols-sm-12"><input type="text" class="form-control" id="UserName1" name="UserName1" maxlength="20" placeholder="User name" required=""></div>
      </div>
      <div class="form-group">
        <label for="Password" class="cols-sm-3">Old Password</label>
        <div class="cols-sm-12"><input type="password" class="form-control" id="Password1" name="Password1" maxlength="20" placeholder="Old Password" required=""></div>
      </div>
      <div class="form-group">
        <label for="Password" class="cols-sm-3">New Password</label>
        <div class="cols-sm-12"><input type="password" class="form-control" id="NewPassword" name="NewPassword" maxlength="20" placeholder="New Password" required=""></div>
      </div>
      <div class="form-group">
        <label for="Password" class="cols-sm-3">Confirm Password</label>
        <div class="cols-sm-12 has-feedback" id="confirm-pass">
          <input type="password" class="form-control" id="ConfirmPassword" name="ConfirmPassword" maxlength="20" placeholder="Confirm Password" required="">
          <span aria-hidden="true" class="glyphicon glyphicon-ok form-control-feedback"></span>
          <span aria-hidden="true" class="glyphicon glyphicon-remove form-control-feedback"></span>
        </div>
      </div>
    </div>
    <a href="#member-login" class="forgot-pass" id="MemLogin">Login</a>
    <div class="form-group login-button">
      <div class="box-link box-block box-link-big">
        <button type="submit" class="btn btn-secondary btn-block">
          <span class="btn-text">Change Password</span>
          <i class="fa fa-angle-right fa-pull-right fa-2x"></i>
        </button>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 text-center"><a class="cancel-link" href="#" data-dismiss="modal">Cancel</a></div>
    </div>
  </div>
</form>

Name: myformGET /searchResult

<form action="/searchResult" method="GET" name="myform" class="ezsearch-form">
  <div class="form-group">
    <div class="input-group">
      <a href="javascript: submitform()" class="input-group-addon"><i class="fa fa-search text-highlight fa-2x"></i></a>
      <input type="text" name="q" class="form-control text-uppercase" maxlength="50" placeholder="Search">
    </div>
  </div>
</form>

<form id="formInquiry">
  <div class="modal-dialog">
    <div class="modal-content row">
      <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
      <div class="col-lg-12 popup">
        <div class="row">
          <div class="col-lg-8">
            <h1></h1>
            <div class="col-lg-6">
              <input class="form-control" data-val="true" data-val-required="Name is required." id="idEnquiryName" maxlength="50" name="Name" placeholder="Name" required="required" type="text" value="">
            </div>
            <div class="col-lg-6">
              <input class="form-control" data-val="true" data-val-regex="Only Numbers Allowed" data-val-regex-pattern="^[0-9]+$" data-val-required="Phone Number is required." id="idEnquiryPhoneNumber" maxlength="18" name="PhoneNumber"
                placeholder="Phone Number" required="required" type="text" value="">
            </div>
            <div class="col-lg-6">
              <input class="form-control" data-val="true" data-val-regex="Email-id  is not valid" data-val-regex-pattern="^([a-zA-Z0-9_\-\.\+]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$"
                data-val-required="Email-id is required." id="idEnquiryEmail" maxlength="50" name="Email" placeholder="Email" required="required" type="email" value="">
            </div>
            <div class="col-lg-6">
              <input class="form-control" id="idEnquiryOrganization" maxlength="100" name="Email" placeholder="Organization" type="text" value="">
            </div>
            <div class="col-lg-12">
              <textarea class="form-control" cols="20" data-val="true" data-val-required="Message is required." id="idEnquiryMessage" name="Message" placeholder="Message" required="required" rows="2"></textarea>
              <input id="PageType" name="PageType" type="hidden">
              <input id="Title" name="Title" type="hidden" value="Message from website">
              <input id="TypeofTemplate" name="TypeofTemplate" type="hidden" value="2">
              <input id="PageLink" name="PageLink" type="hidden" value="https://www.irclass.org/">
              <input id="ToEmail" name="ToEmail" type="hidden">
            </div>
            <div class="loader pos-fixedi hidden" id="inquiryLoader"><i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i></div>
          </div>
          <div class="col-lg-4">
          </div>
        </div>
        <div class="submitcontact">
          <button type="button" class="box-button" id="btnSubmit">Submit<i class="fa fa-angle-right fa-lg"></i></button>
        </div>
      </div>
    </div><!-- /.modal-content -->
  </div><!-- /.modal-dialog -->
</form>

<form id="formSubscribe">
  <input id="CaptchaTokenSubscribe" name="CaptchaTokenSubscribe" type="hidden"
    value="03AFcWeA6238Sn6VFx_Bn551AIH1xTfQg2N5a5-XMsh2ee23peihTwluhn92dO7Pbex1N3FxIohGx0ewB4kI-q_kv_oybo9Q4OcgMohjkgA8aq4LJekeUAaC9hjlRltSl_k3qsNQsYbe01Mk2jQLqEXMCpKC0pvH98egMfcD7YPYXU0jriSdpDxjAPaLpgXNON37VRa43ESjyBNO6mBq7KDN8LX_r_H_UaDKjOT0mflqDogHKRQSXlE5DFr6c4RwKEKh6A_M4OU7ZpStWFetQ5P5BS2xzryBKipyw0GMvTgvhWoTVd5-f9SxNIpAlxfA8uBLt9JXBpG2PnyUhWIv5Gmhvi5ch3XmWKHwVQcWCnTOyzRWAsjH6mYpNcoXLv3jir8l0EjcZPffexcAM3u6Fe0WeUO3GnGMESTZm0UfgAnBCBLTc9ukyjO6zzsklWNcNKxzmu9VAaidZvyPUAWeZOZtTCUyzJR9xhawzwgIzIipldevM7NB7Cbr6WD6HLfj9PkAe_tTRpDcf1WFXCgRb2ivM32xXU7tNi7IHPsbYpyJHvA-u0YxiUD88">
  <div class="form-group col-md-2 ">
    <label style="padding-top: 8px;"> Subscribe to our updates </label>
  </div>
  <div class=" form-group col-md-2">
    <input class="form-control" data-val="true" data-val-length="Contact Name cannot be longer than 100 characters." data-val-length-max="100" data-val-regex="Invalid Name" data-val-regex-pattern="^([a-zA-Z0-9 \.\&amp;\'\-]+)$"
      data-val-required="The Name field is required." id="idName" maxlength="30" name="Name" placeholder="Name" required="required" type="text" value="">
  </div>
  <div class=" form-group col-md-3">
    <input class="form-control" data-val="true" data-val-required="The Email field is required." id="idEmail" maxlength="30" name="Email" placeholder="Email" required="required" type="email" value="">
  </div>
  <div class=" form-group col-md-3">
    <span class="hide-native-select"><select class="form-control multi-select" id="bSeg" multiple="multiple" name="SelectedServices" required="required">
        <option value="25">Marine</option>
        <option value="28">Marine Technical Services</option>
        <option value="26">Offshore</option>
        <option value="29">Management System Certification</option>
        <option value="30">Education and Training</option>
      </select>
      <div class="btn-group"><button type="button" class="multiselect dropdown-toggle btn btn-default" data-toggle="dropdown" title="Business Segment"><span class="multiselect-selected-text">Business Segment</span> <b class="caret"></b></button>
        <ul class="multiselect-container dropdown-menu" style="max-height: 130px; overflow: hidden auto; margin-top: -164px;">
          <li><a tabindex="0"><label class="checkbox"><input type="checkbox" value="25"> Marine</label></a></li>
          <li><a tabindex="0"><label class="checkbox"><input type="checkbox" value="28"> Marine Technical Services</label></a></li>
          <li><a tabindex="0"><label class="checkbox"><input type="checkbox" value="26"> Offshore</label></a></li>
          <li><a tabindex="0"><label class="checkbox"><input type="checkbox" value="29"> Management System Certification</label></a></li>
          <li><a tabindex="0"><label class="checkbox"><input type="checkbox" value="30"> Education and Training</label></a></li>
        </ul>
      </div>
    </span>
    <input id="Service" name="Service" type="hidden">
  </div>
  <div class=" form-group col-md-2 box-link">
    <button type="button" class="btn btn-default btn-block" id="btnSubscribeSubmit"><span class="btn-text">Submit</span> <i class="fa fa-angle-right fa-2x fa-pull-right"></i></button>
  </div>
</form>

Text Content

×


MEMBER LOGIN

User Name

Password

Change password
Login
Cancel
×
Your password has been changed successfully
Something went wrong!! Please Try again.
Username or Password is not valid.


CHANGE PASSWORD

User Name

Old Password

New Password

Confirm Password

Login
Change Password
Cancel
Toggle navigation
Member Login
 * About Us
 * Services
   
   
   MARINE
   
    * Classification Survey
    * Statutory Survey
    * Defence
    * Types & Works Approval
    * Technical Software
    * Approval and Certification Services
    * Cyber Risk Management
    * EEXI & CII
   
   
   OFFSHORE
   
    * Offshore Classification & Certification
   
   
   INDUSTRIAL
   
    * Design Review
    * Second/Third Party Inspection
    * PNGRB, IBR & PESO Services
    * Project Management Assistance
    * Field Quality Assurance
    * Health, Safety & Environment
    * Advanced Non Destructive Testing
    * NDT & Condition Assessment
    * Solar Plant Performance Testing
   
   
   MARINE TECHNICAL SERVICES
   
    * Condition Assessment Programme
    * Noise & Vibration
    * Safety Audits
    * Noise Prediction
    * Thermographic Analysis
    * Other Technical Services
   
   
   ACADEMY
   
    * Ship Operation
    * Ship Design and Ship Building
    * Ports and Terminals
    * Ship Recycle
    * Maritime Management System
    * Soft Skills
   
   
   MANAGEMENT SYSTEMS CERTIFICATION
   
   
   RESEARCH AND DEVELOPMENT
   
    * Technical Software
    * Rules, Classification Notes and Guidelines

 * Events and Media
 * Publications
 * Careers
 * Contact Us
 * Ask an Expert

 * 
 * 
 * 
 * 

Operations during Coronavirus(COVID-19) outbreak. Updates from IRS, Flag
Administrations and MOU's. Click here for more information.

×
Submit
Marine

IRCLASS is a leading Classification Society and an IACS Member. Our vast pool of
highly qualified surveyors and auditors spread across the globe ensure
compliance with ...

Read More
Rules, Classification Notes and Guidelines

Rule formation and publication is the most important work carried out by any
classification society.

Read More
Research

Our strong R&D base has enabled us to match our technical proficiency and
operational efficiency to global standards. Our maritime research, development
and innovation is driven by our commitment to participate actively in the global
efforts to improve quality & safety in marine industry & protection of marine
environment.

Read More
Inland and Coastal Vessels

Inland and Coastal vessels serve the important task of connecting goods to
remote and interior parts of country which are otherwise unreachable for the
large.

Read More
Defence

The Defence Division of IRS provides focus on the requirements of Defence and
Paramilitary Forces

Read More
Academy

IRCLASS Academy is a dedicated center for facilitating Professional Development
and skill enhancement in Maritime, Infrastructure and Manufacturing sectors.
We deliver our training solutions through Instructor-led classroom teaching,
highly focused workshops and seminars as well as E-learning offerings.

Read More
Marine Technical Services

IRClass Marine Technical Services proactive work creates smooth sailing for our
clients business through assistance in identification and mitigation of
constraints.

Read More
Offshore

With a proven track record of Inspection and Certification of more than 20
platforms and 1000 km of pipelines, our expert team helps the stakeholders to
mitigate the risks involved in the Design, Manufacturing, Operations and
Maintenance phase during the lifecycle of the project.

Read More
Industrial

Industrial Services provides Testing, Inspection & Certification (TIC) services
to various Industrial Sectors

Read More
ISO Certification & Training Body

“IRQS is a leading global ISO certification body providing independent
management system certifications, trainings and IT Security Solutions to a wide
range of sectors”

Read More
Touch Of Class

Touch Of Class is an IRS publication delivering thought leadership, news and
analysis on our global activities.

Read More
Corporate Video


Subscribe to our updates


Marine Marine Technical Services Offshore Management System Certification
Education and Training
Business Segment
 * Marine
 * Marine Technical Services
 * Offshore
 * Management System Certification
 * Education and Training

Submit

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac
turpis egestas.

Close

 1. 
 2. 
 3. 
 4. 


A CLASS BY CHOICE

Class, inspection and quality management in one integrated package. IRClass
helps our customers navigate the complexities of design, construction, project
management and operations in one seamless service


OUR MISSION

To promote quality, health and safety and the protection of our environment by
being a safer, smarter and greener organization

 


BUSINESS AND ENVIRONMENT

Our goal is to make sure businesses we work with do so in a safe and
environmentally responsible way


INTEGRITY, RELIABILITY AND SAFETY

IRCLASS integrates the Classification, Third Party Inspection and Quality
Management System Certification services provided to Maritime and Industrial
Sectors

Previous Next

 * About Us
 * Events and Media
 * Careers
 * Contact Us
 * Sitemap
 * Mobile Application

 * Terms of Use
 * Privacy Policy
 * Logo Usage Policy

Corporate Identity Numbers
IRS: U61100MH1975NPL018244
ISSPL: U74120MH2014PTC254091
Safess: U99999MH1993PTC074629