CINXE.COM
Lybrary.com
<!doctype html> <html lang=en> <head> <meta name=viewport content="width=device-width, initial-scale=1"> <title>Lybrary.com</title> <base href="https://www.lybrary.com/"> <link rel=stylesheet href="stylesheet.css"> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> <link rel=icon type="image/png" sizes="32x32" href="favicon-32x32.png"> <link rel=icon type="image/png" sizes="16x16" href="favicon-16x16.png"> <link rel=manifest href="site.webmanifest"> <link rel="mask-icon" href="safari-pinned-tab.svg" color="#ff0000"> <meta name="msapplication-TileColor" content="#2d89ef"> <meta name="theme-color" content="#090808"><meta name=description content="The login page."> <style> #cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index:100; width:100%; height:100%; display:none; } #infoScreen{ background-color:#fff; margin:10px; top:0; left:0; position:fixed; text-align:left; padding:10px; z-index:101; display:none; border:5px solid #ccc; border-radius:10px; } #infoScreen:target, #infoScreen:target + #cover{ display:block; opacity:2; } .cancel{ display:block; position:absolute; top:3px; right:2px; background-color:#fff; color:black; height:30px; width:35px; font-size:30px; text-decoration:none; text-align:center; font-weight:bold; } #loginb1{display:none;} /*.g-recaptcha {display: inline-block; padding:5px 0 0 0;}*/ .h-captcha {display: inline-block; padding:5px 0 0 0;} /* password visibility toggle */ .show-pwd{ display:none } .eye-closed { opacity: 0; height: 0; } .show-pwd:checked + .eye-label .svg-eye .eye-closed { opacity: 0.6; width: 4px; height: 44px; } .eye-label { margin-left:-38px; cursor:pointer; position:relative; top: 10px; color: #ff0000; opacity: 0.6; } </style> <script> function valLogin(){ if (!navigator.cookieEnabled) { alert('Your cookies are turned off. To be able to login you will have to turn on cookies.'); return false; } } function toggle_pwd() { var x = document.getElementById("pwd-input"); if (x.type === "password") x.type = "text"; else x.type = "password"; } </script> <link rel=canonical href="https://www.lybrary.com/login.php"> </head> <body> <script defer src="includes/header.js"></script> <div id=hdr><form name=quick_find action="search.php" method=get><table><tr> <td rowspan=2><a href="/"><img src="images/magic-poker-chess-ebooks-lybrary-gr.png" srcset="images/magic-poker-chess-ebooks-lybrary-gr.2x.png 2x" alt="Lybrary.com: ebooks and download videos" width=78 height=70 id=sl></a></td> <td colspan=4 class=w100> <nav id=nav> <ul class=menu> <li id=loginb1><a href="login.php" rel=nofollow class=mbx>Login</a></li> <li id=cob2><a href="checkout_shipping.php" class="mbx hl" rel=nofollow>Pay</a></li> <li id=cartb1><a href="shopping_cart.php" class=mbx rel=nofollow>Cart<span class=smallText id=cartb1n></span></a></li> <li style="float:left"><div class="mn-firstlevel mn-open" onclick="" id=c0><span class=mbx>Topic</span><ul class=mega id=ul0></ul></div></li> <li style="float:left"><div class="mn-firstlevel mn-open" onclick="" id=cinfo2><span class=mbx>Info</span><ul class=mega id=ulinfo2></ul></div></li> <li id=infox class="hl not600">10,000+ Products</li> </ul> <script> cob2.style.visibility = 'hidden'; cartb1.style.visibility = 'hidden'; </script> </nav> </td></tr><tr> <td class=w100><label for=sif id=sil>search phrase</label><input type=search name=keywords maxlength=256 placeholder="Title, author, topic, ..." id=sif size=40 required></td> <td><button type=submit class="but2 butRe sc" style="margin-left:6px"> Search<span class=notmobi> All</span> </button></td> <td><button type=submit name=searchin value=title class="but2 butBl sc notmobi"> Title </button></td> <td style="padding-right:10px"><button type=submit name=searchin value=author class="but2 butBl sc notmobi"> Author </button></td> </tr></table></form></div> <div id=bread itemscope itemtype="https://schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a itemprop="item" href="/"><span itemprop="name">Home</span></a><meta itemprop="position" content="1"></span> / Login</div><main id=bdy style="text-align:center"> <form name="login" action="https://www.lybrary.com/login.php" method="post" onsubmit="return valLogin()" id="loginf"><input type=hidden name=action value="process"><input type=hidden name=form_id_csrf value="57vm2paFMfeDViHfbRRLR82B"><div style="padding:30px 5px 5px 0"><input type=email name=email_address form="loginf" placeholder="Email" style="font-size:16px;width:250px;padding:5px;" autofocus autocomplete=email></div><div style="padding:5px 5px 5px 0"><input type=password name=password maxlength="40" form="loginf" placeholder="Password" style="font-size:16px;width:250px;padding:5px;" autocomplete=current-password id=pwd-input><input type="checkbox" onclick="toggle_pwd()" id=pvisi class=show-pwd checked> <label for=pvisi class=eye-label> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" class="svg-eye" title="Toggle Password Visibility"> <path fill="currentColor" d="M24,9A23.654,23.654,0,0,0,2,24a23.633,23.633,0,0,0,44,0A23.643,23.643,0,0,0,24,9Zm0,25A10,10,0,1,1,34,24,10,10,0,0,1,24,34Zm0-16a6,6,0,1,0,6,6A6,6,0,0,0,24,18Z"/> <rect fill="currentColor" x="20.133" y="2.117" height="44" transform="translate(23.536 -8.587) rotate(45)" class="eye-closed"/> <rect x="22" y="3.984" width="4" height="44" transform="translate(25.403 -9.36) rotate(45)" style="fill:#fff" class="eye-closed"/> </svg> </label> </div><div style="padding:15px 4px 5px 0"><button class="but2 butRe" type="submit" style="width:260px;cursor:pointer">Login</button></div></form><div style="padding:20px 5px 15px 0"><a href="password_forgotten.html">Forgot your password?</a></div><div><b>If you have problems logging in please read <a href="https://www.lybrary.com/faq.html#faq4">FAQ #4</a>.</b></div><hr style="width:300px;"><div style="padding:20px 0 0 0"><a href="https://www.lybrary.com/create_account.php" class="but2 butBl" rel=nofollow style="width:250px;">Create Account</a></div><p>We require our customers to create an account. This allows us to service you better and resolve any problems or issue refunds. Please know that your personal information is safe with us and will under no circumstances be shared with 3rd parties unless where required by law. (For further details please refer to our <a href="policies.php" target="_blank">Policies</a>.)</p></main> <div id=ftr><div id=cprt>© 2024 Lybrary.com</div></div></body></html>