.Messages
{
    position: relative;
    z-index: 1;
}

.Login
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #8872f7;
}

.Header
{
    color: #fff;
}

.LoginForm
{
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
}

.LoginForm form
{
    display: flex;
    flex-direction: column;
}

input
{
    margin-top: 8px;
}
