@keyframes zoomInOut{0%{background-size:100%}50%{background-size:110%}to{background-size:100%}}.zoom-background{width:100%;height:100vh;background-image:url(/assets/login_wallpaper.png);background-size:cover;background-position:50%;animation:zoomInOut 20s ease-in-out infinite}.main{flex-direction:column;min-height:100vh;max-width:1920px}.left,.main{display:flex;width:100%}.left{flex:1 1;padding:3rem}.left,.left__content{flex-direction:column}.left__content{margin-top:6rem;display:flex;gap:4rem;max-width:800px}.left__content__slogan-slogan{font-family:var(--font-montserrat);font-weight:700;font-size:50px;color:#313131}.right{flex:1.5 1;margin:2rem}.right,.wallpaper_image{width:100%}@media screen and (max-width:700px){.left__content{gap:1rem}.left__content__slogan-slogan{font-size:28px}}