.login-header .logo-img{
    width: 100%!important;
    padding: 0 50px;
    height:unset!important;
    max-height: 100px;
    max-width: fit-content;
}

.login-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrapper .logo .logo-img{
    width: 100%!important;
    padding: 5px 5px;
    height:unset!important;
    background:#fff;
}
.menu-wrapper .logo {
    height: 4.2rem !important;
    padding: 1px !important;
    background: #FFF;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 5px solid #514943;
}
