.auth-layout{display:flex;overflow:hidden;background:url(/images/bg.svg) 50%/cover no-repeat;height:100vh;animation:zoomBackground 20s cubic-bezier(.4,0,.2,1) infinite;will-change:background-size,background-position}@keyframes zoomBackground{0%{background-size:100%;background-position:50%}50%{background-size:110%;background-position:50%}to{background-size:100%;background-position:50%}}.sidebar{width:50%;position:relative}.form-container{flex:1;padding:30px 10px;display:flex;justify-content:center;align-items:center;overflow:hidden;width:450px;background:#fff;margin:50px auto;border-radius:20px}.sidebar-image{width:100%;height:110vh;-o-object-fit:cover;object-fit:cover}.signup-page label{display:none}.signup-page form{padding-top:10px}