.site {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) and (min-height: 576px) {
    .site {
        overflow: hidden;
    }
}

noscript div {
    background-image: url("%PUBLIC_URL%/applicationMedia/login-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

noscript div div {
    background-color: hsla(0, 0%, 0%, 50%);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(0, 0%, 100%);
    font-size: 5vh;
    text-align: center;
    padding: 10%;
}
