#animation-bg{
    background: url('../../assets/images/kosherdrive_01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

#login_form{
    box-shadow: 0px 0px 36px rgb(29 58 83 / 25%);
    box-shadow: 0px 0px 36px var(--bs-border-color-translucent);
}