body
{
    background: url('../logo/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family:"helvetica" !important; 
    font-weight: 400;
    font-style: normal;
}
.debug-bar-dinlineBlock{
    display: none !important;
}
.modal-backdrop.show
 {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar {
    background-color: black !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #93c5fd !important;
}