.authentication-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/login-img.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.authentication-bg .bg-overlay {
    opacity: .85;
}
.authentication-bg .auth-logo .auth-logo-dark {
    z-index: 1;
    margin: 0 auto;
}
.auth-logo .auth-logo-dark {
    display: block;
    margin: 0 auto;
}
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0px 6px #ebeef4!important;
    box-shadow: 0 0px 6px #ebeef4!important;
}
:root, [data-bs-theme=light] {
    --bs-header-bg: #ffffff;
    --bs-header-item-color: #555b6d;
    --bs-header-item-sub-color: var(--bs-secondary-color);
    --bs-header-height: 70px;
    --bs-rightbar-width: 280px;
    --bs-boxed-layout-width: 1300px;
    --bs-navbar-brand-box-bg: #ffffff;
    --bs-footer-height: 60px;
    --bs-footer-bg: #ffffff;
    --bs-header-dark-bg: #252b3b;
    --bs-menu-item-color: #74788d;
    --bs-menu-item-active-color: #5664d2;
    --bs-topbar-search-bg: #f1f5f712;
    --bs-topnav-bg: #fff;
    --bs-topnav-item-color: #888f9d;
    --bs-topnav-item-color-active: var(--bs-primary);
    --bs-twocolumn-menu-iconview-bg: #fff;
    --bs-twocolumn-menu-bg: #fff;
    --bs-header-item-color: #636e75;
    --bs-boxed-body-bg: #f4f4f7;
    --bs-sidebar-bg: #ffffff;
}
.input-custom-icon span {
    position: absolute;
    z-index: 10;
    line-height: 40px;
    left: 13px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7d8287;
}

.input-custom-icon .form-control {
    padding-left: 40px;
    padding-right: 20px;
}
