header{position:absolute;left:0;top:0;display:flex;width:100%;color:var(--text-color-highlight);height:4rem;min-height:fit-content}header svg{display:inline-block}header p{text-transform:uppercase;font-family:"Courier New",Courier,monospace;font-size:1.2rem;font-weight:600;letter-spacing:.1rem;margin:auto 0}main{font-size:1.3rem}main h2{margin:1.75rem .5rem}main .register-info{margin:1rem}main .register-info .attention{color:var(--text-color-warning)}main form{display:flex;flex-direction:column;justify-content:center;align-items:center}main form .log-in-remember{display:flex;align-items:center;justify-content:center;width:270px;height:50px;margin:20px 0;line-height:50px;cursor:pointer;gap:.5rem}main form .log-in-remember>input{width:25px;height:25px}main form .password-reset{text-decoration:underline;color:var(--text-color-highlight)}main .button{width:190px}@media(min-width: 400px){main .button{width:270px}}@media(min-width: 1200px){header p{font-size:1.5rem}main .half{width:50%}main form .log-in-remember{width:300px;height:45px;margin:10px;line-height:45px}main .button{width:350px}main .right{position:fixed;top:0;right:0;height:100%;background-size:cover;background-position:center;background-image:url(/assets/internal/images/tree-small.jpg)}}