/* Remove any rounding or cropping */
.normal-logo {
    height: 60px !important;
    width: auto !important;
    border-radius: 0 !important;      /* force no circle */
    margin-right: 10px;               /* optional spacing */
}

/* Remove any inherited style from Jazzmin */
.navbar-brand img {
    border-radius: 0 !important;
}