.backgroundImage{
                background-image: url('/images/welcomeImg.jpg');
                background-repeat: no-repeat;
                height: 100%;
                width: 100%;
                height: auto
                background-size: cover;
            };


.adminLoginImage{
    background-color: black;
              height: 100%;
               width: 100%;
};