#login {
    width: 300px;
    margin-left: -150px;
    position: absolute;
    left: 50%;
    top: 40%;
    background-color: #a09fe7;
    padding: 20px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
}

#login label {
    display: inline-block;
    width: 85px;
}

#login input {
    margin: 5px;
}

#login button {
    margin: 3px;
}

#email {
    display: none;
}

#email-or-user {
    display: none;
}

#retype {
    display: none;
}

#submit-button {
    display: none;
}

#cancel-button {
    display: none;
}

.main-div {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.login-status {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 67px;
    width: 150px;
}

.login-user-div {
    background-color: #baf7ba;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3 9 3 9;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgreen;
}

.login-user {
}

.login-status-body {
    text-align: center;
    background-color: #b7cadb;
}

.logout-button-wrap {
    text-align: center; 
    height: 25px; 
    bottom: 0; 
    left: 0; 
    right: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

#logout-button {
    margin: 0 3 0 3;
}

.logout-button-naked {
    position: fixed;
    top: 10px;
    right: 10px;
}
