.ghm-topp {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 32px 0 16px;

    .topbg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.25;
        background-image: url('/res/grafik/instans/topbg.jpg');
        background-size: cover;
        background-position: left 60%;
    }

    .inner-top {
        display: flex;
        flex-direction: column;
        z-index: 2;

        .logo-wrap {
            position: relative;
            width: 580px;
            max-width: 80vw;
            padding: 8px 16px 14px;
            border: 3px solid #555;

            img {
                width: 100%;
            }
        }

        .registry-header {
            font-size: 17px;
            color: #132130;
            align-self: center;
            letter-spacing: 0.03rem;
            margin-top: 8px;

            .reg-part {
                font-weight: 600;
            }

            .page-part {
                font-weight: 300;
                font-style: oblique;
            }
        }
    }
}

@media only screen and (min-device-width: 660px) and (max-device-width: 990px) {
    body {
        .inloggad {
            top: 108px;
        }
    }
}
