.layout.auth{display:flex;height:100%;background-color:#fff;padding:2rem;box-sizing:border-box;justify-content:space-between;width:100%;gap:1rem}.layout.auth .left-side{width:49%}.layout.auth .left-side .showcase{width:50rem;max-width:100%;height:100%;background:linear-gradient(0deg,transparent 20%,rgba(0,0,0,.6)),url(/assets/img/office-background.jpg);background-size:auto 100%;background-position:-25rem 0;border-radius:1.5rem;border-bottom-right-radius:10rem;padding:4rem;box-sizing:border-box;color:#fff}.layout.auth .left-side .showcase .navegam{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:500;margin-bottom:2rem}.layout.auth .left-side .showcase .navegam svg{height:2rem;width:2rem}.layout.auth .left-side .showcase h1{font-size:3rem;line-height:3rem}.layout.auth .left-side .showcase small{font-size:1.3rem;line-height:1.8rem;display:block;margin-top:2.5rem;opacity:.7}.layout.auth .right-side{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:center}