.auth-section{display:flex;max-height:100dvh;overflow:hidden;background:rgba(90,90,95,.005);color:#1c1c1f;background-size:1.5rem 1.5rem;background-position:50%;position:relative;min-height:100dvh;background-image:radial-gradient(circle,rgba(90,90,95,.25) 1px,rgba(28,28,31,.05) 0)}.auth-section>*{flex:1}.auth-section__right{max-width:30%;max-height:100dvh;overflow:hidden}.auth-section__right img{height:100%;object-fit:cover;width:100%}.auth-section__left{padding:2rem;display:flex;align-items:center;justify-content:center}.auth-section__left .form>a{display:flex;align-items:center;height:fit-content}.auth-section__left .form>a img{height:fit-content;object-fit:contain}@media(max-width:768px){.auth-section__right{display:none}}