/*:root {
    --lpx-logo: url('/images/logo/leptonxlite/logo-light-thumbnail.png');
    --lpx-logo-icon: url('/images/logo/leptonxlite/logo-light-thumbnail.png');
}*/
:root .abp-account-layout .lpx-brand-logo {
/*    --lpx-logo: url('/images/logo/global-bank-logo.png');*/
    background-position: left;
}


/* Hides the default credentials info alert card on the login screen */
.text-muted{
    display: none !important;
}

.lpx-footbar-container{
    display: none !important;
}


:root {
    --lpx-brand: #c8102e;
    --bs-primary: #c8102e;
/*    --lpx-logo-icon: url('/images/logo/global-bank-logo.png');*/
    --lpx-logo: var(--lpx-logo-icon);
/*    // --lpx-theme-light-bg: url('assets/images/login/global-bg.jpg');*/
}

.auth-wrapper .abp-logo,
.auth-wrapper .navbar-brand,
.lpx-login-container .abp-logo {
/*    background-image: url('/images/logo/global-bank-logo.png') !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 220px !important;
    height: 70px !important;
    display: block;
}

.abp-logo {
/*    background-image: url('/images/logo/global-bank-logo.png') !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 220px;
    height: 60px;
    display: inline-block;
}

.btn-primary {
    background-color: #c8102e !important;
    border-color: #c8102e !important;
}
