
nav.navbar  {
    .navbar-brand{
        img.app-logo {
            width: 200px !important;
        }
    }
}

/* Login page footer styles Start*/
.login-footer {
    background: white;
    border-top: 1px solid #E2E6E9;
    padding: inherit;
    .container {

        .row {
            font-size: var(--text-base);
            font-weight: 500;
        }

        .row:first-child {
            margin-top: 1rem;
        }

        .footer-privacy-notice-link {
            color: rgb(51 124 75);
        }
    }
}
/* Login page styles End*/