@keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}@-webkit-keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}@-ms-keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}@-moz-keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}body{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-image:url(/assets/admin/images/home/background-login.png);background-position:0 0;animation:animatedBackground 150s linear infinite;-ms-animation:animatedBackground 150s linear infinite;-moz-animation:animatedBackground 150s linear infinite;-webkit-animation:animatedBackground 150s linear infinite}.config{padding:auto;margin-top:10px}
