body.hold-transition.theme-primary.bg-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #1a233a;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.bg-black {
    background: #1a233a;
}
.theme-primary .text-primary {
    color: #fff !important;
}
i.fa.fa-user,
i.fa.fa-lock {
    color: #fff;
}
.input-group > .form-control,
.input-group > .form-select {
    color: #fff;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(1 153 177 / 10%);
    border-color: var(--primary-color) !important;
}
.input-group .input-group-text {
    border-color: #fff !important;
}
.admin-login-logo {
    width: 50px;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.bg-black {
    background: #1a233a;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 38%) !important;
}
.row.align-items-center.justify-content-md-center.h-p100::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../../images/new_fav.png");
    opacity: 0.05;
    z-index: -1;
}
