
.header-logo {
     background-image: url("/custom/logo_new2.png");

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;

    height: 40px;
    width: 108px;
}

.login-logo {
    background-image: url("/custom/logo_new2.png");

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;

    height: 50px;
    width: 135px;
}

