.app {
    background: #f5f6fe url('../images/Coat_of_arms_of_Benin.png') bottom center;
}

.app-header-inner {
    background: #11998e;
    background-image: -webkit-linear-gradient(to right, rgba(0, 85, 160, 0.9), rgba(245, 239, 95, 0.9)), url(../images/rows-and-stacks-of-cryptocurre.jpg);
    background-image: linear-gradient(to right, rgba(0, 85, 160, 0.9), rgba(245, 239, 95, 0.9)), url(../images/rows-and-stacks-of-cryptocurre.jpg);
    background-size: contain;
    background-repeat: repeat-x;
}

.app-branding {
    background-image: -webkit-linear-gradient(to right, rgba(0, 85, 160, 0.9), rgba(0, 85, 160, 0.9)), url(../images/rows-and-stacks-of-cryptocurre.jpg);
    background-image: linear-gradient(to right, rgba(0, 85, 160, 0.9), rgba(0, 85, 160, 0.9)), url(../images/rows-and-stacks-of-cryptocurre.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    height: 52px;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.2rem;
}

.app-auth-wrapper {
    background: #f5f6fe url('../images/Coat_of_arms_of_Benin.png') bottom center;
}

.app-sidepanel {
    border-right: none;
}

.app-sidepanel .app-nav-main, .app-sidepanel-footer {
    border-right: 1px solid #e7e9ed;
}

.app-footer .copyright {
    font-size: .6rem;
}

.app-auth-wrapper .app-logo .logo-icon
{
	width: 96px;
	height: 96px;
}

.app-header-inner {
    margin-left: 0px;
}

.app-wrapper {
    margin-left: 0px;
}

.app-header {
    height: auto;
}