.login-note {
    color: transparent;
    position: relative;
}

body.login-pf {
    background: url("bg-login.jpg") no-repeat 50% 0;
    background-size: cover;
    background-color: #101010;

    grid-template-rows: auto 1fr minmax(min-content, max-content) repeat(2, auto) 1fr;
    grid-template-columns: minmax(0, 1fr) minmax(4rem, 34rem) minmax(0, 1fr);
    grid-gap: 0;
}

@media (max-width: 1023px) {
    body.login-pf {
        grid-template-areas:
            ". banner banner ."
            ". . . ."
            ". login logo ."
            ". details logo ."
            ". recent logo ."
            ". . . .";
        grid-template-rows: auto 1fr minmax(min-content, max-content) repeat(2, auto) 1fr;
        grid-template-columns: minmax(0, 1fr) minmax(4rem, 34rem) minmax(0, 1fr);
        grid-gap: 0;
    }
}

#main {
    border-radius: 4px;
}

#badge {
    display: none !important;
}

#brand {
    height: 79px !important;
    background-image: none;

}

#brand::after {
    content: "SmartServer Configuration";
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 480px) {
    .login-pf #brand {
        font-size: 1.75rem;
    }

    .login-pf .container {
        padding: 2rem 1rem 2rem;
    }
}

#user-group label {
    visibility: hidden;
    /* Show the new text */
}

#user-group label::before {
    content: "Username";
    /* The text you want to replace with */
    visibility: visible;
    /* Show the new text */
}

#index-brand {
    font-weight: bold;
}

#index-brand:before {
    content: "Cockpit";
}

#navbar-docs,
#show-other-login-options,
#section-title-System {
    display: none;
}

.pf-c-masthead,
.pf-c-select {
    background: rgb(2, 136, 209);
}

.search.pf-c-search-input,
.has-feedback.search {
    display: none;
}

.area-ct-subnav,
.pf-c-nav__section-title {
    background-color: #fff;
    color: #000;
}

#topnav.header {
    border-left: 1px solid #fff;
    background: rgb(2, 136, 209);
}

.nav-system-menu .pf-c-nav__link {
    background-color: #fff;
    color: #000;
}

.pf-c-nav__link.pf-m-current:hover,
.pf-c-nav__link.pf-m-current {
    background-color: #ececec !important;
    color: #000;
}

.view-hosts .sidebar-hosts .nav-item-actions {
    background-color: #ececec
}

@media (min-width: 768px) {

    .view-hosts .sidebar-hosts,
    .pf-c-select__toggle {
        background-color: rgb(2, 136, 209) !important;
    }
}

@media (max-width: 767px) {
    .page>.sidebar-toggle {
        background: rgb(2, 136, 209);
    }
}