.background-image{
    background-image: url("login-bg-2.jpg");
    background-size: cover;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;

}
.bg-set{
    opacity: 0.9;
}

