html, body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}
body {
    background-image: url('/utils.php?action=getrandombg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, contain;
    background-attachment: fixed;
}
body > main {
    /*transform: translate(-50%,-50%);
    padding-bottom: 100px;*/
}
@media (max-width: 767.98px) and (max-height: 500px), (max-height: 500px){
    body > main {
        transform: translate(-50%,-25%);
    }
}
footer {
    min-height: 66px;
    z-index:-1;
}
body .grecaptcha-badge {
    bottom:3px !important;
}