CINXE.COM

Log In

<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie6" xmlns="http://www.w3.org/1999/xhtml"> <![endif]--> <!--[if IE 7 ]> <html class="ie7" xmlns="http://www.w3.org/1999/xhtml"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" xmlns="http://www.w3.org/1999/xhtml"> <![endif]--> <!--[if IE 9 ]> <html class="ie9" xmlns="http://www.w3.org/1999/xhtml"> <![endif]--> <!--[if gt IE 9]> <html class="ie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]--> <!--[if !IE]><!--> <html class="" xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Log In</title> </head> <body> <body> <div class="loginHeader"> <img class="company-logo" src="/Areas/WebViewer/Content/images/Diversey_logo.png" alt="Diversey Inc." /> </div> <div class="loginBody"> <style> * { box-sizing: border-box; } .container { width: 400px; position: absolute; left: 50%; top: 50%; margin: -200px 0 0 -200px; font-family: Segoe UI, Arial, Verdana, Serif; font-size: 14px; } .app-name { font-size: 200%; margin-bottom: 20px; text-align: center; } .half { float: left; width: 50%; } .row { overflow: auto; margin: 18px 0; } .form-container { border: 1px solid #e1e1e1; box-shadow: 0 0 20px #c4c4c4; } .form-header { background-color: #4586b6; color: #FFF; text-align: center; padding: 10px; font-size: 16px; } .login-instructions { text-align: center; } .form-content-container { margin: 0 70px; } .button { background: #4586B6; color: #FFF; border: 0; padding: 2px 3px 3px 3px; width: 100px; height: 22px; cursor: pointer; } input[type="text"], input[type="password"] { height: 32px; line-height: 32px; font-size: 14px; /*padding: 0 5px 0 30px;*/ padding: 0 5px; width: 70%; border: 1px solid #d4d4d4; float: right; } hr { border-top: 1px solid #e1e1e1; } select { width: 120px; } .error-message { text-align: center; color: #F00; margin-top: 20px; } .logon-text:empty + input[type="text"] { width: 100% !important; } .logon-text:empty + input[type="password"] { width: 100% !important; } .logon-text { float: left; width: 30%; padding-top: 5px; } #guestlogon { height: 25px; width: 120px; } </style> <div class="container"> <div class="app-name"> </div> <div class="form-container"> <form action="/LogIn/LogIn?ReturnUrl=%2FHome" method="post"> <div class="form-header">Welcome</div> <div class="form-content-container"> <div class="login-instructions row">Enter your ID and password to sign in</div> <div class="row"> <label class="logon-text"></label> <input id="UserName" name="UserName" type="text" value="admin" /> </div> <div class="row"> <label class="logon-text"></label> <input autocomplete="off" id="Password" maxlength="128" name="Password" type="password" /> </div> <div class="row"> <div class="remember-me half"> <input id="RememberMe" name="RememberMe" type="checkbox" value="true" /><input name="RememberMe" type="hidden" value="false" /> <label for="RememberMe">Remember me</label> </div> <div class="signin-button half" style="text-align: right"> <input type="submit" title="Sign In" id="logon" name="logon" value="Sign In" class=" button medium " /> </div> </div> </div> <hr /> <div class="form-content-container"> <div class="row"> <div class="half"> Select Language </div> <div class="half" style="text-align: right"> <select id="GUILanguage" name="GUILanguage"><option value="EN">English</option> </select> </div> </div> </div> </form> </div> </div> </div> <div class="loginfooter" style="text-align:center; margin-left:5%; margin-right:5%" hidden> <footer> <p>Welcome</p> </footer> </div> </body> <div class="modal" id="pageLoad"><img src="/Areas/WebViewer/Content/images/loading.gif" /></div> <script> if (top.location != self.location) { top.location.replace(self.location.href); } </script> <style> .container { margin-top: 0; top: 25%; } .form-container { display: none; } .form-header { background-color: #0F189A; } .company-logo { display: block; margin-left:auto; margin-right:auto; width:auto; max-width:400px; max-height: 100px; margin-top: 50px; } @media (min-height: 800px) { .container { top: 20%; } } @media (min-height: 950px) { .container { top: 15%; } } @media (min-height: 1200px) { .container { top: 8%; } } @media (max-height: 550px) { .company-logo { margin-top: 0; } } #pageLoad { height: 64px; width: 64px; position: absolute; left: 50%; top: 40%; margin-left: -32px; } </style> <script type="text/javascript" src="/assets/Bundles/wvLibJS.js?WSWVersion=06.09.20"></script><script type="text/javascript" src="/assets/Bundles/wvAppJS.js?WSWVersion=06.09.20"></script> <!--[if lt IE 9]> <script type="text/javascript" src="/assets/respond-1.4.2.min.js?WSWVersion=06.09.20"></script> <![endif]--> <script> $("form").submit(); </script> </body> </html>