body,html{height:100%;margin:0;padding:0;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#181818;font-family:Fira Mono,Consolas,Menlo,Monaco,"monospace";color:#00ff00}main{height:calc(100dvh - 60px)}.authBox,.container,main{display:flex;align-items:center;justify-content:center}.authBox,.container,main{min-height:calc(100dvh - 60px)!important;height:auto!important;flex-direction:column;background:#111!important}.text{font-size:14px;font-weight:400}.heading,.text{font-family:Fira Mono,Consolas,Menlo,Monaco,"monospace";color:#00ff00}.heading{font-size:20px;font-weight:700;letter-spacing:1px}.text-error{color:#ff0000}.text-error,.text-success{font-family:inherit;font-size:13px;font-weight:400}.text-success{color:#00ff00}.text-muted{color:#888;opacity:.7}.text-link,.text-muted{font-family:inherit;font-size:13px}.text-link{color:#00ff00;text-decoration:underline;cursor:pointer}.desc-text{font-family:Fira Mono,Consolas,Menlo,Monaco,"monospace";font-size:14px;color:#f5e9d6;font-weight:400}.input{background:#111!important;color:#00ff00!important;border:1px solid #444!important;border-radius:0!important;font-family:Fira Mono,Consolas,Menlo,Monaco,"monospace"!important;font-size:14px!important;padding:8px 12px!important;margin-bottom:12px!important;width:100%;box-sizing:border-box;box-shadow:none!important;transition:border .2s}.input:focus{border:1px solid #00ff00!important;outline:none!important}.input.inputError{border:1px solid #ff0000!important;color:#ff0000!important;background:#111!important;outline:none!important;box-shadow:none!important}.input::placeholder{color:#888!important;opacity:1;font-family:inherit}.button{background:#111;color:#00ff00;border:1px solid #00ff00;border-radius:0;padding:8px 18px;font-weight:700;cursor:pointer;margin-bottom:10px;transition:background .2s,color .2s;box-shadow:none;text-transform:uppercase;letter-spacing:1px;font-family:Fira Mono,Consolas,Menlo,Monaco,"monospace";font-size:14px;width:100%}.button:disabled{background:#222;color:#888;border-color:#444;cursor:not-allowed}.ascii-box{display:inline-block;padding:0;margin:0 0 24px;color:#00ff00;font-family:inherit;font-size:.95em;white-space:pre;text-align:center}.errorMessage{color:#ff0000}.errorMessage,.successMessage{font-size:.85em;margin-bottom:10px;font-family:inherit}.successMessage{color:#00ff00}.orDiv{margin:0!important;text-align:center;font-family:inherit;opacity:.5;letter-spacing:2px}.authBox{background:#111!important;border:none;border-radius:0;box-shadow:none;padding:24px;max-width:420px;margin:0 auto}.title{font-size:1.25rem;text-align:center;margin-bottom:18px;letter-spacing:1px}.resendLink,.title{color:#00ff00;font-family:inherit}.resendLink{cursor:pointer;text-decoration:underline;margin-left:6px}.shake{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(4px)}30%,50%,70%{transform:translateX(-8px)}40%,60%{transform:translateX(8px)}}