.auth-wrapper .form{position:relative;display:flex;width:45%;background-color:var(--color-white);padding:0 3.75rem;box-sizing:border-box;overflow:hidden}.auth-wrapper .form .auth-logo{position:absolute;top:3.75rem;left:3.75rem}@media only screen and (max-width:1200px){.auth-wrapper .form .auth-logo{top:2rem;left:1rem}}.auth-wrapper .form .auth-symbol{position:absolute;left:0;bottom:0;height:200px}@media only screen and (max-width:1200px){.auth-wrapper .form .auth-symbol{display:none}.auth-wrapper .form{width:100%;height:100%;padding:0 1rem}}.auth-wrapper .auth-image{width:65%;background:var(--color-white)}.auth-wrapper .auth-image img{width:100%;height:100%;object-fit:cover;border-radius:1.25rem}@media only screen and (max-width:1200px){.auth-wrapper .auth-image{display:none}}