/*body {
    animation: changeImg 40s infinite;
    background-repeat: no-repeat;
    background-size: 2500px 1500px;
}*/
/*


    /Login_Bg/54-2560x1600.jpg", 
    /Login_Bg/558-2560x1600.jpg", 
    /Login_Bg/626-2560x1600.jpg", 
    /Login_Bg/743-2560x1600.jpg", 
    /Login_Bg/756-2560x1600.jpg", 
    /Login_Bg/961-2560x1600.jpg",
    /Login_Bg/a.jpg",
    /Login_Bg/alina-grubnyak-IsxaFsXi2rs-unsplash.jpg",
    /Login_Bg/birmingham-museums-trust-wKlHsooRVbg-unsplash.jpg",
    /Login_Bg/brian-breeden-IxvQKDWgXEs-unsplash.jpg",
    /Login_Bg/jene-stephaniuk--MCrF6hnojU-unsplash.jpg",
    /Login_Bg/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg",
    /Login_Bg/stefan-stefancik--g7axSVst6Y-unsplash.jpg"
*/






/*
@keyframes changeImg {
    0% {
        background-image: url("/Login_Bg/54-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    7.69% {
        background-image: url("/Login_Bg/558-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    15.38% {
        background-image: url("/Login_Bg/626-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    23.07% {
        background-image: url("/Login_Bg/743-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    30.76% {
        background-image: url("/Login_Bg/756-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    38.46% {
        background-image: url("/Login_Bg/961-2560x1600.jpg");
        background-size: 2500px 1500px;
    }

    46.15% {
        background-image: url("/Login_Bg/a.jpg");
        background-size: 2500px 1500px;
    }

    53.84% {
        background-image: url("/Login_Bg/alina-grubnyak-IsxaFsXi2rs-unsplash.jpg");
        background-size: 2500px 1500px;
    }

    61.53% {
        background-image: url("/Login_Bg/birmingham-museums-trust-wKlHsooRVbg-unsplash.jpg");
        background-size: 2500px 1500px;
    }

    69.23% {
        background-image: url("/Login_Bg/brian-breeden-IxvQKDWgXEs-unsplash.jpg");
        background-size: 2500px 1500px;
    }

    76.92% {
        background-image: url("/Login_Bg/jene-stephaniuk--MCrF6hnojU-unsplash.jpg");
        background-size: 2500px 1500px;
    }

    84.61% {
        background-image: url("/Login_Bg/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg");
        background-size: 2500px 1500px;
    }

    92.31% {
        background-image: url("/Login_Bg/stefan-stefancik--g7axSVst6Y-unsplash.jpg");
        background-size: 2560px 1600px;
    }
}*/

body {
    animation-name: changeImg;
    animation-duration: 85s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    background-size: 2500px 1500px;
}