.login-form form{display:flex;flex-direction:column;gap:1.6em;align-items:center;max-width:400px}input{background-color:transparent;border:1px solid gray;color:var(--color-foreground);background:linear-gradient(90deg,rgba(61,61,61,.011),rgba(255,255,255,.08))}.login-wrapper{display:flex;flex-direction:row;width:100%;height:100dvh}.login-form{flex:1;display:flex;justify-content:center;align-items:center}@media screen and (max-width:800px){.side-wrapper{display:none}}