:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.notfound-head-img{height:100vh;background-color:#fff;background-repeat:no-repeat;background-size:cover;display:grid;align-content:center}.notfound-img{width:160px;margin-bottom:20px}.login-img-left{width:100%;height:650px}.login-form-main-container{padding:40px 24px;flex-direction:column;align-items:flex-start;gap:48px}.login-form-container{border-radius:8px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.12);margin:40px auto;max-width:34rem;padding:15px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}