.login{height:100vh;width:100vw;display:flex;justify-content:space-between;align-items:center;background-color:#0d0c4d}.login-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-image{height:100vh;width:max-content;object-fit:contain;border-radius:15px}.login-content{position:relative;height:100vh;width:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}.banner-content{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;top:1rem}.login-logo{height:15vmin;width:15vmin;border-radius:50%}.line{height:15vmin;width:5px;background-color:#fff}.banner-content>h1{font-size:1.7rem;width:200px}.login-form{width:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.login-headers{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.login-headers>h1{font-size:2rem}.login-headers>h3{font-size:13px}.login-form>input{width:100%;height:2rem;color:#fff;font-size:1rem;border:2px solid white;border-radius:5px;padding:5px 10px;background:transparent;outline:none}.login-form>input::placeholder{color:#fff}.login-form a{width:100%;font-size:15px;text-decoration:underline;text-align:start}.login-form a:hover{cursor:pointer}.login-form>button{width:30%;height:3rem;color:#fff;font-size:1rem;border:2px solid white;border-radius:5px;padding:5px 10px;background:transparent;outline:none}.login-form>button:hover{cursor:pointer;color:#0d0c4d;background-color:#fff}.login-form>button:active{cursor:pointer;background-color:#0d0c4d;color:#fff}.error{color:red;font-weight:700}@font-face{font-family:Consolas;src:url(/assets/CONSOLA-DDNy0hIi.TTF) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Consolas-bold;src:url(/assets/CONSOLA-BOLD-Bp-0r1ya.TTF) format("truetype");font-weight:700;font-style:normal}*{padding:0;margin:0}body{font-family:Consolas,sans-serif;height:100vh;width:100%;color:#fff;background-color:#050532}
