/* Krystal CSS */
 
.logo-section {
    padding: 6px 5px 5px 17px !important;
}
 
    .logo-section img {
        max-height: 40px;
	border-radius: 4px;
    }
.infograph img {
    display: none;
}

.infograph {
    background: url(../../Images/infograph-plain.png) center center no-repeat;
    background-size: 600px;
}

.login-page .col-md-8 {
    background: url(../../Images/C00071/icons/LoginPageLogo.png) center center no-repeat;
    background-size: 200px;
}
@media(max-width: 768px) {
    .logo {
        background: url(../../Images/C00071/icons/LoginPageLogo.png) no-repeat left top;
        width: 200px;
        height: 25px;
        background-size: 30%;
    }
 
    .navbar-brand {
        height: 45px !important;
    }
 
    .navbar-brand-dashboard {
        margin: 5px 10px 3px 10px;
    }
}