:root{--logincolor: #ffbb33;--dark: #ffbb33;--light: #71bfe6}body{background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:relative;font-family:Verdana,sans-serif}.btnLogin{background:#0009;color:#fff;padding:.5rem 1rem;border-radius:3px;border:none;position:absolute;top:2rem;right:2rem;cursor:pointer}#logo{display:flex;justify-content:center;align-items:center;height:100vh}img{padding:2rem;border-radius:3px}.login{position:absolute;top:2rem;right:2rem;width:250px;background:#0009;padding:2rem}.login>div{margin-bottom:.8rem}.login svg{width:24px;height:24px;fill:var(--logincolor);margin-right:.5rem;overflow:visible}.login input{width:184px;padding:.5rem 1rem;border-radius:3px}.login h3{margin-top:0;margin-bottom:.3rem;color:var(--logincolor)}.login hr{margin:0 0 1.2rem}.login .btn{display:flex;justify-content:right;gap:1rem}.login button{cursor:pointer;padding:.3rem .6rem}.header,.user,.pass{display:flex;justify-content:space-between;align-items:center}.header svg{position:absolute;top:1rem;right:1rem;fill:#858585;cursor:pointer}.header svg:hover{fill:var(--logincolor)}.message{color:var(--logincolor);text-align:right}
