.register-box{display:none;flex-direction:column;align-items:center;justify-content:center;width:100%}.register-box .register-form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:600px}.register-box .register-form :nth-child(n){margin-bottom:24px}.register-box .register-form .input{display:flex;flex-direction:column;width:70%;margin:0}.register-box .register-form .input label{margin:0;margin-bottom:12px}.register-box .register-form input{width:calc(100% - 20px);height:50px;padding:0px 10px;font-size:20px;border:1px solid #dcdcdc;border-radius:6px;transition:border .5s}.register-box .register-form input:focus{border:1px solid #4765fb}.register-box .register-form .register-code-pane{display:flex;position:relative;width:calc(100% + 12px)}.register-box .register-form .register-code-pane .register-code{width:calc(100% - 120px);padding-right:100px}.register-box .register-form .register-code-pane .register-code-button{display:block;position:absolute;right:10px;width:120px;background-color:rgba(0,0,0,0);border:none;cursor:pointer;transition:color .5s}.register-box .register-form .register-code-pane .register-code-button:hover{color:#4765fb}.register-box .register-form .register-code-pane .register-code-button:disabled{color:#c8c8c8;cursor:not-allowed}.register-box .register-form .register-button{padding:0;width:70%;color:#fff;background-color:#4765fb;border:1px solid #4765fb;cursor:pointer;transition:opacity .5s}.register-box .register-form .register-button:hover{opacity:.8}