body.global,
.global .b-footer,
.global .b-page__login,
.global .b-page,
.global .b-overflow {
    height: auto !important;
    background-color: rgb(var(--theme-accent-light)) !important;
}

.global .b-right-content {
    text-align: center;
}

.global .b-right-content .b-img {
    width: 64px;
}

.global .b-left-content {
    display: none;
}

.global .global-img {
    display: inline-block;
    width: 222px;
    height: 153px;
    background: url("/static-content/hsw/extranet/images/Browser-old.png") no-repeat;
    background-size: cover;
}

.global .b-right-content p {
    color: rgb(var(--theme-background-inverse));
}

.global .b-browsers {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.global .browser-block {
    align-items: center;
    display: flex;
    flex-direction: column;
}
