/*.responsive-bg {
    background: url('/assets/images/login_client_bg.jpg') no-repeat center center fixed;
    background-size: cover;
    transition: background 1s ease-in-out;
}
*/

.responsive-bg { 
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}