.register-form{background-color:var(--bgcolor-alt);border-radius:3px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:500px;margin:auto;display:flex;position:relative;overflow-y:auto;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}@media screen and (width<=700px){.register-form{height:auto;box-shadow:none}}.register-form.wiggle{animation:.6s wiggle}.register-form .register-title{color:var(--theme-color);margin:20px 0 0;font-family:noto-sans,Arial,sans-serif;font-size:2rem}.register-form .message-display{height:20px;line-height:20px}.register-form .message-display.error-message-display{color:var(--error-color-red)}.register-form .hint{width:calc(100% - 80px);margin:15px 0 0}.register-form.loading #register,.register-form.loading .hint{opacity:0;pointer-events:none}.register-form.loading .spinner{opacity:1}.register-form .spinner{opacity:0;top:50%;transform:translateY(-50%);position:absolute!important}.register-form #register,.register-form .spinner{transition:opacity .3s cubic-bezier(.31,.65,.26,.97)}.register-form #register{box-sizing:border-box;flex-direction:column;width:100%;max-width:500px;max-height:10000px;padding:10px;display:flex}.register-form #register .captcha-container{width:calc(100% - 40px);height:auto;margin:20px;display:flex}.register-form #register .captcha-container .captcha-box{border:2px solid var(--bgcolor-alt-light);width:100%;color:var(--subtitle-color-light);background-color:#0000;border-radius:4px;overflow:hidden}.register-form #register .captcha-container .captcha-box .captcha-image{width:100%;filter:var(--darkness);margin:-10px 0}@keyframes wiggle{20%,60%{transform:translate(-10px)}40%,80%{transform:translate(10px)}}
