.login {
    background: #085cf0;
}

#login-page #bg {
    background: #085cf0;
}

#login-page .page-header {
    margin-bottom: 0px;
}

#login-page #login-btn {
    background: #034ac7;
}

#login-page #login-btn:hover {
    background: #0244b9;
}

#login-page h1 {
    background: url('./img/logo-all.png') no-repeat 50% 0px;
    background-size: 296px auto;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 60px;
}

.login #footer {
}

.login #footer a {
}

#login-page #remember-lbl {
}

#login-page #forgot-password {
}

#login-page .blue {
    background: #085cf0;
}

#header {
    background: #085cf0;
}

#menu a.active {
    background: #085cf0;
}

#header .logo {
    background-color: #085cf0;
    background-image: url('./img/logo.png');
    background-position: 50%;
}

#product-suppliers .supplier-general-settings {
    display: none;
}

#product-suppliers .supplier-general-settings:nth-child(1) {
    display: block;
}

#product-suppliers .supplier-general-settings:nth-child(1) .pane {
    display: none;
}

#product-suppliers .supplier-general-settings:nth-child(1) .pane:nth-child(1) {
    display: block;
}