.auth-container{height:100vh;width:100%;display:flex;justify-content:space-between;--or-color:var(--neutral-3)}.auth-container label,.auth-container p{color:#98a2b3!important}.auth-container .auth-form-container{margin:auto;width:500px}@media screen and (max-width:768px){.auth-container section{display:none}.auth-container .auth-form-container{margin:auto;height:auto;width:100%;padding:2rem 1rem}}@media screen and (min-width:768px){.auth-container{background-color:#fafafa;background-position:50%;background-size:70vw;background-repeat:no-repeat}.auth-container .auth-form-container{padding:2rem 2rem 4rem;background-color:#fff;border-radius:32px;box-shadow:0 4px 53.9px 0 rgba(0,0,0,.25);overflow-y:auto;max-height:100vh}}.auth-container,.auth-container label,.auth-container p{color:#eceff4}.auth-container h2,.or-button,.termos-container+label{color:#667085!important}.auth-container .logo-image{max-width:200px;margin:0 auto}.or-separator{display:flex;align-items:center;width:100%;gap:5px;opacity:.5;color:var(--or-color)!important}.or-separator:after,.or-separator:before{content:"";height:.5px;background-color:var(--or-color);flex-grow:1;width:100%}.auth-container h2{margin-top:30px;margin-bottom:10px;font-weight:700;font-size:1.3rem;text-align:center}@media screen and (max-height:720px){.auth-form-container{border-radius:0!important}}.auth-container a.ml-auto{color:#98a2b3;font-size:11pt}.auth-bottom{width:100%;color:var(--neutral-3);font-size:11pt}.auth-bottom a{color:var(--highlight-color)}