﻿/* Amaranth Education CSS */

.logo-section {
    padding: 4px 5px 3px 17px !important;
}

    .logo-section img {
        max-height: 43px;
        border-radius: 5px;
    }

.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/P00193/icons/logo-LoginPage.png) center center no-repeat;
    background-size: 200px;
}

@media(max-width: 768px) {
    .logo {
        background: url(../../Images/P00193/icons/logo.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;
    }
}
