.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    margin: auto;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.auth.theme-two .auto-form-wrapper .nav-get-started {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}

.sidebar .nav-profile {
    display: none;
}

.sidebar .nav-profile.active {
    display: block;
    background-color:#1b2a47;"
}

.sidebar .nav .nav-item.nav-profile img {
    border-radius: 50%;
    width: auto;
    height: 82px;
    object-fit: cover;
}