#login-box{
    background-image: url('/assets/images/login_bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.bottom-list{
    position: absolute;
    bottom: 0;
}
.toppest-margin{
    margin-top: 70px;
}

.clickable{
    cursor: pointer;
}

.bx-xl{
    font-size: 5rem !important;
}

.force-hide{
    display: none !important;
}

.text-justify{
    text-align: justify;
}

.disabled-link {
    pointer-events: none; /* Prevents clicks */
    opacity: 0.5; /* Visual cue for disabled state */
    cursor: not-allowed;
}