CINXE.COM

Log in

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Log in</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="/Scripts/modernizr-2.6.2.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../discipline/css/bootstrap.min.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <link href="../Home/Css/Register.css" rel="stylesheet" /> <link type="text/css" href="css/custom.css" rel="stylesheet" /> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script type="text/javascript"> document.addEventListener('contextmenu', (e) => e.preventDefault()); function ctrlShiftKey(e, keyCode) { return e.ctrlKey && e.shiftKey && e.keyCode === keyCode.charCodeAt(0); } document.onkeydown = (e) => { // Disable F12, Ctrl + Shift + I, Ctrl + Shift + J, Ctrl + U if ( event.keyCode === 123 || ctrlShiftKey(e, 'I') || ctrlShiftKey(e, 'J') || ctrlShiftKey(e, 'C') || (e.ctrlKey && e.keyCode === 'U'.charCodeAt(0)) ) return false; }; </script> <script type="text/javascript"> if (document.layers) { //Capture the MouseDown event. document.captureEvents(Event.MOUSEDOWN); //Disable the OnMouseDown event handler. document.onmousedown = function () { return false; }; } else { //Disable the OnMouseUp event handler. document.onmouseup = function (e) { if (e != null && e.type == "mouseup") { //Check the Mouse Button which is clicked. if (e.which == 2 || e.which == 3) { //If the Button is middle or right then disable. return false; } } }; } //Disable the Context Menu event. document.oncontextmenu = function () { return false; }; </script> <script> const Toast = Swal.mixin({ toast: true, position: 'top-right', iconColor: 'white', customClass: { popup: 'colored-toast' }, showConfirmButton: false, timer: 3000, timerProgressBar: true }) </script> <script type="text/javascript"> $(function () { $("#toggle_pwd").click(function () { $(this).toggleClass("fa-eye fa-eye-slash"); var type = $(this).hasClass("fa-eye-slash") ? "text" : "password"; $("#Password").attr("type", type); }); }); </script> </head> <body> <style type="text/css"> #wizard li.Success a /*,#wizard li a:hover*/ { background-color: green !important; border: 1px solid lightGreen; color: #fff; } #wizard li.Success a:before, .form-progress span:before { content: " "; line-height: 0; position: absolute; left: 50%; margin-left: -8px; border: 8px solid transparent; } #wizard li.Success a:before { border-top: 8px solid green; } #wizard li.Success a:before { bottom: -16px; border-top: 8px solid green; } .navbar-inverse { margin-left: 190px; width: calc(100% - var(--Sidebar-width)); background-color: white !important; } :root { --Sidebar-width: 190px; } /*#wizard li.active a:before*/ .fotter-sub > p { color: #5F5D5D; font-family: Roboto; font-size: 12px; font-style: normal; font-weight: 400; line-height: 187.5%; /* 22.5px */ } .fotter-sub > h1 { color: #E34124; font-family: Roboto; font-size: 20px; font-style: normal; font-weight: 500; line-height: 17.769px; /* 88.846% */ letter-spacing: 0.03px; } .btn.btn-primary { padding: 11px 48px !important; } .footer-cprt { margin-top: 55px; color: #232323; text-align: center; font-family: Roboto; font-size: 12px; font-style: normal; font-weight: 400; line-height: 170.5%; /* 20.46px */ } label { color: #5F5D5D; font-family: Roboto; font-size: 15px; font-style: normal; font-weight: 400; line-height: 140%; /* 21px */ letter-spacing: -0.3px; } .heading h1 { color: #232323; font-family: Roboto; font-size: 40px; font-style: normal; font-weight: 600; line-height: 140%; /* 56px */ letter-spacing: -0.8px; } .heading > p { color: #232323; font-family: Roboto; font-size: 15px; font-style: normal; font-weight: 400; line-height: 140%; /* 21px */ letter-spacing: -0.3px; } .sub-colam h6 { color: #232323; font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 400; line-height: 140.188%; /* 22.43px */ letter-spacing: 0.176px; } .sub-colam .crd { border-radius: 4px; background: #FFF; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.62); } .heading h2 { color: #232323; font-family: 'Roboto'; font-size: 24px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: 0.264px; text-align: center; } .subm-content > a { color: #00024C; font-family: Roboto; font-size: 20px; font-style: normal; font-weight: 500; line-height: 170.5%; /* 34.1px */ } a { text-decoration: none; } .subm-content > a { color: #343A40; font-family: Roboto; font-size: 15px; font-style: normal; font-weight: 400; line-height: 170.5%; /* 25.575px */ } body { font-family: 'Roboto' !important; } </style> <style> .sub-colam { } </style> <style> .colam a { width: 100%; } .flex{ flex-direction:column; } nav .my-mg{ margin-left: 70px; } @media(max-width:700px){ nav .my-mg{ margin-left:0; } .logo{ margin-top:-5px; } } #toggle_pwd:hover{ cursor:pointer; } </style> <nav class="navbar navbar-expand-lg nav_bg" style="background: #00024c; min-height: 72px; height: 59px;"> <div class="container-fluid my-mg d-flex justify-content-between"> <div class="mylogo"> <div class="logo flex"> <img src="/Discipline/images/v1_9.png" alt="Logo" /> </div> </div> <div class="row m-imagr px-4"> <div class="col-md-12 logme"> <a href="index" style="color: white; text-decoration: none;">Home</a> </div> </div> </div> </nav> <div class="container-fluid register" style="display:flex; justify-content:center;"> <div class="row" style="display:flex; justify-content:center;" > <style> .crd h6 { font-size: larger; } a { text-decoration: none; } .w-50 { width: 130px !important; } .h-50 { height: 100px !important; } </style> <div class="col-md-4 p-2 mt-3"> <div id="panel" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;Login&#39;)"> <form method="post" action="./login" onsubmit="javascript:return WebForm_OnSubmit();" id="frm" class=" p-4 mt-3" style="border: 1px solid #eee; border-radius: 18px; box-shadow: 2px 5px 2px 0px grey"> <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="/wEPDwUJMjQ1NjM1NjgxD2QWAgIED2QWAgIBD2QWAgINDw8WAh4ISW1hZ2VVcmwFMC9BY2NvdW50L0dlbmVyYXRlQ2FwdGNoYS5hc3B4PzYzODY4ODY5NzMwODUzNDUwNWRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBQpidG5SZWZyZXNom2Oi/GqvLJST73p0+r7rA0fTL7T7XqmBVN1MugVhRA0=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['frm']; if (!theForm) { theForm = document.frm; } 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=O4QrdzYcsvENipt7hQvi9h213cpTce6LxLOXuMRDNaNoC06PPpPYMKzHX-xKrjCbUBAVJm0RMDakeWgt0txna4_TEPRsiWi-FBIQ52yJ1xc1&amp;t=636519956897806183" type="text/javascript"></script> <script src="/WebResource.axd?d=s-nowtWMZ7RVR8k7pglb7r1uy3EJBDgiUAdWmxYbkIKoJ3hEX1dQ0LTKSFjAN8Fk3OpSTzQFP63ooVBAn6GYjDzQMzrC1Sg1Uiv31z8k6UY1&amp;t=636519956897806183" 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="F7031C0E" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAYaBMoGoCARw8R6PckmNWwLR1LBKX1P1xh290RQyTesRVwK8/1gnn25OldlRNyIedmZf5MUp2golT/J9ICuDcwjivIRdhrqgdRJDz530SNCM1kgYt7ewIgXtKU5rS1PaIMhvym1Jc8ZCpTdXi2UontO3aqzMINoA97UIxPgiyVBNA==" /> </div> <div class="heading m"> <h3>Log In</h3> <p>Enter your account details to log in</p> </div> <div class="content row" style="display: flex; margin-bottom: 12px;"> <div class="col-md-10 col-sm-12 row"> <div class="subm-content col-md-12 col-sm-12"> <div class="row"> <div class="col-md-12"> <label>User Name</label><br> <input name="UserName" type="text" autocomplete="off" id="UserName" class="form-control" /> </div> <div class="col-md-12"> <span id="ctl01" class="text-danger" style="visibility:hidden;">The user name field is required.</span> </div> </div> <div class="subm-content col-md-12 col-sm-12"> <div class="row"> <div class="col-md-12"> <label>Password</label><br> <div style="display: flex"> <input name="Password" type="password" id="Password" class="form-control" /> <span id="toggle_pwd" class="fa fa-fw fa-eye field_icon" style=" border: 1px solid #1ba9ea; padding: 13px;width: auto;border-radius: 6px;color: #1ba9ea;"></span> </div> </div> <div class="col-md-12"> <span id="ctl02" class="text-danger" style="visibility:hidden;">The password field is required.</span> </div> </div> <div class="subm-content col-md-12 col-sm-12"> <div class="row"> <div class="col-md-7 mb-2"> <label>Enter Captcha</label> <input name="txtCaptcha" type="text" autocomplete="off" id="txtCaptcha" class="form-control" /> <span id="ctl03" class="text-danger" style="visibility:hidden;">The Captcha field is required.</span> </div> <div class="col-md-5 mt-3"> <img id="imgCaptcha" src="/Account/GenerateCaptcha.aspx?638688697308534505" style="height:50px;width:100px;" /> <input type="image" name="btnRefresh" id="btnRefresh" Text="Refresh" src="homeimage/Refresh.ico" style="height:20px;width:25px;" /> </div> </div> </div> <div class="subm-content col-md-5 mb-2 col-sm-12 py-3"> <input type="submit" name="Login" value="Log in" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;Login&quot;, &quot;&quot;, true, &quot;L&quot;, &quot;&quot;, false, false))" id="Login" class="btn btn-primary " /> </div> <div class="subm-content col-md-12 mb-3 col-sm-12"> <a href="Forgotpassword" style="text-decoration: none; color: blue;">Forgot Password</a> </div> </div> <div class="subm-content col-md-12 col-sm-12"> <a class="" href="Register" style="text-decoration: none; color: blue;">Register</a><span> if you don鈥檛 have an account</span> </div> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ var Page_Validators = new Array(document.getElementById("ctl01"), document.getElementById("ctl02"), document.getElementById("ctl03")); //]]> </script> <script type="text/javascript"> //<![CDATA[ var ctl01 = document.all ? document.all["ctl01"] : document.getElementById("ctl01"); ctl01.controltovalidate = "UserName"; ctl01.errormessage = "The user name field is required."; ctl01.validationGroup = "L"; ctl01.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; ctl01.initialvalue = ""; var ctl02 = document.all ? document.all["ctl02"] : document.getElementById("ctl02"); ctl02.controltovalidate = "Password"; ctl02.errormessage = "The password field is required."; ctl02.validationGroup = "L"; ctl02.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; ctl02.initialvalue = ""; var ctl03 = document.all ? document.all["ctl03"] : document.getElementById("ctl03"); ctl03.controltovalidate = "txtCaptcha"; ctl03.errormessage = "The Captcha field is required."; ctl03.validationGroup = "L"; ctl03.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; ctl03.initialvalue = ""; //]]> </script> <script type="text/javascript"> //<![CDATA[ var Page_ValidationActive = false; if (typeof(ValidatorOnLoad) == "function") { ValidatorOnLoad(); } function ValidatorOnSubmit() { if (Page_ValidationActive) { return ValidatorCommonOnSubmit(); } else { return true; } } //]]> </script> </form> </div> </div> <div class="col-md-1"></div> <div class="col-md-4 px-4 mt-3" > <div class="text-center my-ft row"> <div class="col-md-12 text-center heading"> <h2 style="margin-top: 25px;">Help Manual</h2> </div> <div class="colam row d-flex justify-content-center pt-3"> <div class="d-flex p-2 col-md-12 col-sm-12 active"> <a href="images/NABL Webportal Help Manual for Testing Labs.pdf" target="_blank"> <div class=" d-flex justify-content-center align-items-center crd"> <img src="homeimage/1.png" alt="" class="w-50 h-50"> <h6>Testing Laboratories</h6> </div> </a> </div> <div class="d-flex p-2 col-md-12 col-sm-12 "> <a href="images/Calibration_HelpManual.pdf" target="_blank"> <div class=" d-flex justify-content-center align-items-center crd"> <img src="homeimage/calibration.png" alt="" class="w-50 h-50"> <h6>Calibration Laboratories</h6> </div> </a> </div> <div class="d-flex p-2 col-md-12 col-sm-12 "> <a href="images/NABL Webportal Help Manual for Medical Labs.pdf" target="_blank"> <div class=" d-flex justify-content-center align-items-center crd"> <img src="homeimage/medical.png" alt="" class="w-50 h-50"> <h6>Medical Laboratories</h6> </div> </a> </div> <div class="d-flex p-2 col-md-12 col-sm-12"> <a href="images/NABL Webportal Help Manual for PTP.pdf" target="_blank"> <div class=" d-flex justify-content-center align-items-center crd"> <img src="homeimage/woman.png" alt="" class="w-50 h-50"> <h6>Proficiency Testing Provider</h6> </div> </a> </div> <div class="d-flex p-2 col-md-12 col-sm-12 d-none"> <a href="https://nablwp.qci.org.in/VideoLink.aspx" target="_blank"> <div class=" d-flex justify-content-center align-items-center crd"> <img src="homeimage/demo.png" alt="" class="w-50 h-50"> <h6>Demo Video's for CAB</h6> </div> </a> </div> </div> </div> </div> </div> </div> <style> nav .m-imagr .logme a:before { content: ''; position: absolute; width: 0; height: 9px; background-color: #fff; top: 32px; right: 84px; transition: 0.4s; border-radius: 50%; } nav .m-imagr .logme a:hover::before { width: 9px; } .colam a { padding: 20px 19px 0px 0px; border-radius: 11px; border-style: double; border-color: #eee; color: black; transition: 0.3s; } .colam a:hover { background: #eee; border-color: #fff; transition: 0.3s; transform: scale(1.1); } .crd h6 { font-size: larger; } a { text-decoration: none; } .w-50 { width: 130px !important; } .h-50 { height: 100px !important; } </style> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10