<!doctype html>

<html lang="en">

<head>

	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>Failed Login</title>

    <link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" >
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://www.britannica.com/resources/dist/mendel-css.css?v=3.51.30" rel="stylesheet" />

        <style type="text/css">

            body {
                padding-top: 0 !important;
            }

            .md-failed-login {
                margin: 0;
            }

            .md-failed-login header {
                background-color: #f0f0f0;
                height: 90px;
            }

            .md-failed-login header div {
                background: url("/resources/images/header/eb-watermark.png") no-repeat scroll left 3px #f2f2f2;
                width: 800px;
                margin: auto;
                height: 100%;
                position: relative;
            }

            .md-fl-logo {
                position: absolute;
                top: 30px;
                left: 180px;

            }

            .md-fl-thistle {
                background: url("/resources/images/header/eb-thistle.png");
                display: inline-block;
                height: 80px;
                width: 85px;
                left: 80px;
                position: absolute;
                top: 5px;

            }

            .md-fl-login-box {
                box-shadow: 0 0 9px #ccc;
                height: 600px;
                margin: auto;
                width: 600px;

            }

            .md-fl-login-box iframe {
                height: 100%;
                width: 100%;
                border: 0;
                padding: 20px;
            }

            .md-fl-message {
                font-size: 17px;
                line-height: 25px;
                margin: 30px auto;
                width: 700px;
                text-align: center;

            }

            .md-fl-message2 {
                font-size: 13px;
                line-height: 20px;
                margin: 30px auto;
                width: 700px;

            }

            .md-fl-message2 b {
                display: block;
                margin: 20px 0;

            }

        </style>


        <script src="https://www.britannica.com/resources/js/libs/jquery-3.5.0.min.js?v=3.51.30"></script>
<script type="text/javascript">
            $( function() {
                $(window).on("message", function (e) {
                    if (e.originalEvent.origin.indexOf(window.location.host) > -1 && e.originalEvent.data) {
                        var obj = eval('(' + e.originalEvent.data + ')');
                        if  (obj && obj.refreshOK ) {
                            window.location = '/';
                        }
                    }
                });
            });
        </script></head>

<body class="md-failed-login md-desktop  ">

    <header>
            <div>
            <a class="md-fl-thistle" href="/"></a>
            <a class="md-fl-logo" href="/">

































<img loading="lazy" src="https://www.britannica.com/resources/images/header/eb-logo-header.png?v=3.51.30" alt="Encyclopedia Britannica Logo"   />
</a>
            </div>
        </header>

        <div class="md-fl-message">
            Thank you for visiting <i>Encyclop&aelig;dia Britannica Online</i>.<br/>
            We're sorry, but we were unable to authenticate your access.<br/>

            
                    If you know your username and password, please enter them below. (Please note, passwords are case sensitive).
                </div>

        <div class="md-fl-login-box">
        <iframe src="/auth/loginbox" scrolling="none" ></iframe>
        </div>

        <div class="md-fl-message2">

            <p>
                If you need assistance, please contact customer support.
            </p>

            <strong>For Individual Members</strong>

            <p>
                Need help? Visit our <a href="http://help.eb.com/premium/index.htm#Frequently_Asked_Questions.htm">Frequently Asked Questions</a> page for answers to common inquiries.
                Or, you can contact Britannica Customer Support by e-mail using our <a href="http://forms01.britannica.com/help/helpform2.html">Online Help Form</a>,
                or by telephone or fax. Customer Support personnel are available from 8:00 A.M. to 6:00 P.M. U.S. Central Time, Monday-Friday.<br/><br/>
            </p>
            <ul class="list-unstyled">
                <li>Telephone (U.S.and Canada): (800) 323-1229</li>
                <li>Telephone (All other countries): (312) 347-7159</li>
                <li>Fax: (312) 294-2104</li>
            </ul>

			<br/><br/>

            <strong>Schools, Libraries and Institutions</strong>

            <p>
                If you are a subscriber and feel that you have reached this message in error, please contact your system administrator,
                Britannica Technical Support at 1.800.621.3900 ext. 7160, or submit a <a href="http://forms01.britannica.com/help/bolecontactform.html" target="_blank" rel="noopener">Britannica Support Request</a>.
            </p>
            <p>
            	If you are not a subscriber but would like more information on preview access,
                contact a Britannica Sales Office. In North and South America, call 1.800.621.3900, <a href="http://forms01.britannica.com/help/sitelicenseform.html">email us</a>,
                or visit <a href="http://www.info.eb.com/">www.info.eb.com</a>. For all other regions of the world, please contact the appropriate <a href="http://corporate.britannica.com/library/info/intl.html">local office</a>.
            </p>
            <p>
                Attention "Athens" users: If you are a user of the Athens system for access management,<br/>
                please <a href="http://www.athensams.net/myathens/">click here to log in to the Athens site</a>. Athens users must log in to the Athens site before accessing the site.
            </p>
        </div><script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"rayId":"68f47a1f7a2be1c6","token":"5cc7d7124de641b181da990fc8c9a0b6","version":"2021.8.1","si":10}'></script>
</body>
</html>