body
{
    background-image: url("../../RESOURCES/background.jfif");
    background-size: cover;
    background-position: center;
}

#login_credentials
{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40rem;
    transform: translate(-50%,-50%);
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: var(--shadow3);
    background-color: white;
}

#login_credentials>*
{
    display: inline-block;
    width: 100%;
}

#login_credentials>*:not(:first-child)
{
    margin-top: 1rem;
}

#login_credentials .ACCEPT
{
    padding: 1rem;
}

header>.Title
{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

header>.Title>.AppName
{
    font-size: 100%;
}

header>.Title>.Version
{
    font-size: 65%;
    opacity: .75;
    margin-top: .15rem;
}
