@media all {
    html, body {
        height: auto;
    }

    .login-page, .register.body {
        color: rgb(255,255,255);
        background-image: url(/bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .login-box, .register-box {
        width: 360px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        background: rgba(48,48,48,.8);
        transform: translate(-50%, -50%);
        border: 2px solid rgba(255,255,255,0.2);
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    }

    .login-logo a, .register-logo a {
        color: transparent !important;
        font-size: 0;
    }

    .login-logo, .register-logo {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 30px;
        content: url(https://images.evetech.net/alliances/99012112/logo?size=128);
    }

    .login-logo a {
        display: none;
    }

    .login-box-body, .register-box-body {
        background: transparent;
        padding: 20px;
        border-top: 0;
        color: inherit;
    }
}
