.loginBackground{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: blur(5px); */
    z-index: -100;
}

.login-dashboard{
    background-image: url(/assets/images/login-dashboard.jpg);
}

.login-desk-staff{
    background-image: url(/assets/images/login-staff.jpg);
}

.ant-menu-item-selected {
    background-color: rgb(207, 19, 34) !important;
}

.title-login{
    padding: 50px;
    font-size: 20px;
}




.title-login h1{
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 48px;
}
