
body
{
    margin: 0;
}

.backdrop
{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #555555;

    display: flex;
    align-items: center;
    justify-content: center;
}

.login
{
    height: min(250px, 90%);
    width: min(500px, 80%);

    background-color: #ffffff;
    border-radius: 10px;
}

.login-text
{
    padding: 20px;
    padding: 50px;
}

.login-button,
.logout-button
{
    display: flex;
    justify-content: center;
}
