.background-image{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url("../../Assets/Settings/Images/bg-login2.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px);
    z-index: -1;
}
.login-img{
    border-radius: 10px;
    height: 20rem;
}
.login-img:before{
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: lightgrey;
}
#eye_toggle{
    top: 32%;
    left: 10px;
}
.form-floating label{
    left: unset !important;
    right: 0 !important;
}
