body {
    background:
        linear-gradient(180deg, rgba(151, 201, 233, .50) 0%, rgba(188, 221, 241, .20) 24%, rgba(199, 227, 244, 0) 52%),
        linear-gradient(135deg, #d7ebf8 0%, #c7e3f4 48%, #b6d9ee 100%);
}

body::before {
    background: url("../images/skylab-watermark.png") right 1vw bottom 1vh / min(50vw, 700px) auto no-repeat;
    content: "";
    inset: 0;
    opacity: .22;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body > .page-container,
body > footer {
    position: relative;
    z-index: 1;
}

.article-list-body .footer {
    display: none;
}

.app-logo {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 64px;
    overflow: hidden;
    width: 64px;
}

.app-logo img {
    display: block;
    height: 64px;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    width: 64px;
}

.app-heading,
.quick-links,
.menu-shell {
    user-select: none;
}

.skylab-header-brand {
    align-items: center;
    align-self: center;
    background: transparent;
    display: flex;
    flex: 0 0 72px;
    height: 72px;
    justify-content: flex-start;
    max-height: 72px;
    min-height: 0;
    overflow: hidden;
    text-decoration: none;
    width: 72px;
}

.customer-form-header .eyebrow {
    margin: 0 0 2px;
}

.customer-form-header h1 {
    line-height: 1.1;
}

.skylab-header-brand:hover {
    filter: brightness(1.04);
}

.skylab-header-brand img {
    display: block;
    height: 100%;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
    pointer-events: none;
    user-select: none;
    width: 72px;
}

@media (max-width: 760px) {
    .skylab-header-brand {
        flex-basis: 60px;
        width: 60px;
    }

    .skylab-header-brand img {
        width: 60px;
    }
}
