.auth-layout{min-height:100vh;font-family:var(--font-raleway);display:flex;overflow:hidden}.auth-layout__left{color:#fff;background-color:#191945;background-image:url(/bg-pattern.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:40%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.auth-layout__left:before{content:"";z-index:1;background:#00000059;position:absolute;inset:0}@media (max-width:768px){.auth-layout__left{display:none}}.auth-layout__right{background:#fff;justify-content:center;align-items:flex-start;width:60%;min-height:100vh;margin-left:40%;padding:5rem 8.25rem;display:flex;overflow-y:auto}@media (max-width:768px){.auth-layout__right{width:100%;margin-left:0;padding:5rem 1.5rem}}.auth-layout__logo{z-index:3;position:absolute;top:1.5rem;left:1.5rem}.auth-layout__logo img{width:120px;height:auto}.auth-layout__text{z-index:2;text-align:left;position:relative}.auth-layout__text h2{max-width:400px;margin-bottom:1.25rem;font-size:42px;font-weight:600;line-height:1.35}.auth-layout__text p{color:#ffffffd9;font-size:1rem;line-height:1.5}.auth-layout__dots{z-index:3;gap:8px;margin-top:2.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.auth-layout__dots .dot{cursor:pointer;background:#d9d9d9;border-radius:50%;width:8px;height:8px;transition:all .25s ease-in-out}.auth-layout__dots .dot.active{background:#6159e6;transform:scale(1.2)}
