#login-page {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: hsl(180, 3%, 91%);
    position: absolute;
    z-index: 100;
}

#login-header,
#login-header * {
    color: hsl(180, 3%, 72%);
    fill: hsla(180, 3%, 72%, 1);
    background-color: transparent;
    transition: color 0.15s, border-color 0.25s, fill 0.25s;
}

.login-background {
    position: absolute;
    height: 100%;
    overflow: hidden;
}


#login-buffer {
    width: 50%;
    background-color: hsl(216, 18%, 21%);
}

#login-slate {
    background-color: hsl(216, 18%, 21%);
    width: 75%;
    transform: skewX(-10deg);
}


#login-page header #user-menu {
    color: hsl(180, 3%, 72%);
    border-color: hsl(180, 3%, 72%);
}

#login-page header nav a:hover,
#login-page header nav a:hover *,
#login-page header #user-menu:hover,
#login-page header #user-menu:hover *
{
    border-color: hsl(180, 3%, 91%);
    color: hsl(180, 3%, 91%);
    fill: hsl(180, 3%, 91%);
    background-color: hsl(216, 18%, 21%);
}

#login-page header nav {
    justify-content: flex-start;
}

#login-page header nav .center {
    flex-grow: 0;
}

#login-page header nav .right {
    max-width: initial;
}


#login-page main {
    margin-top: 124px;
    width: 62%;
    color: hsl(180, 3%, 72%);
}

#login-main {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 72px;
    flex-flow: column nowrap;
    align-items: flex-end;
}

#login-main h2,
#login-main h3 {
    margin: 0;
}

#login-tabs ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0;
}

#login-tabs ul li {
    list-style-type: none;
}

#login-tabs ul a {
    display: inline-flex;
    justify-content:center;
    align-content: center;
    width: 192px;
    height: 44px;
    font-size: 18px;
    line-height: 20.7px;
    text-transform: uppercase;
    font-weight: 700;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transition: background-color 0.2s, color 0.15s;
}

#login-tabs ul a.selected {
    background-color: hsl(216, 15%, 30%);
}

#login-tabs ul a.selected span {
        color: white;
}

#login-tabs ul a span {
    margin-top: 10px;
}

#login-tabs ul a:not(.selected):hover {
    background-color: hsl(216, 15%, 25%);
}

#login-tabs ul a:not(.selected):hover span {
    color: white;
}

#login-register,
#login-login {
/*     height: 380px; */
}

#login-register:not(.selected) {
    display: none;
}

#login-login:not(.selected) {
    display: none;
}

#login-update:not(.selected) {
    display: none;
}

input {
    cursor: pointer;
    border-radius: 2px;
}

input[type=checkbox] {
    width: 36px;
    min-width: 36px;
    height: 36px;
}

input[type=text],
input[type=password] {
    cursor: text;
    height: 38px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 8px 8px 12px;
    margin-bottom: 16px;
    color: white;
    background-color: hsl(180, 2%, 68%);
    border: none;
}

.component-checkbox {
    display: flex;
    flex-flow: row nowrap;
}

.component-checkbox + .component-checkbox {
    margin-top: 24px;
}

.component-checkbox > * {
    display: block;
}

.component-checkbox > *:nth-child(1) {
    margin-right: 22px;
}

div.panel {
    min-width: 600px;
    min-height: 600px;
    display: flex;
    flex-flow: row nowrap;
/*     height: 360px; */
    color: white;
    background-color: hsl(216, 15%, 30%);
    border-radius: 2px;
}

div.panel div.panel-progress {
    display: flex;
    flex-flow: column nowrap;
    width: 8px;
    border-radius: 2px 0px 0px 2px;
}

div.panel div.progress {
    width: 8px;
    flex-grow: 1;
    background-color: hsl(216, 15%, 30%);
}

div.panel div:nth-child(1) {
    border-top-left-radius: 2px;
}

div.panel div:nth-child(3) {
    border-bottom-left-radius: 2px;
}

div.panel div.progress.highlighted {
    background-color: hsl(180, 2%, 68%);
}

div.panel section {
    padding: 54px 54px 54px 46px;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

div.panel section:not(.visible) {
    display: none;
}

div.panel header {
    background-color: transparent;
}

div.panel .panel-main {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 620px;
}

div.panel .panel-main label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}

div.panel .panel-controls {
    margin-top: 12px;
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

div.panel .panel-controls .error-message {
    flex-grow: 1;
    /*     color: hsl(351, 96%, 56%); */
    color: hsla(351, 97%, 75%, 1);
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
}

div.panel .panel-controls button,
div.panel .panel-controls span.button {
    position: static;
    bottom: 0;
    min-width: 180px;
    height: 36px;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    color: hsl(216, 18%, 21%);
    background-color: white;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

div.panel .panel-controls span.button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

div.panel .panel-controls span.button a {
    text-decoration: none;
}

div.panel .panel-controls button.disabled {
    color: hsl(180, 2%, 68%);
}

div.panel h2 {
    font-size: 28px;
    font-weigth: 700;
}

div.panel h3 {
    font-size: 18px;
    font-weight: 400;
}

div.panel a {
    text-transform: none;
    text-decoration: underline;
}





/*
     FILE ARCHIVED ON 12:25:06 Jul 3, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 7:32:29 Dec 25, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
