.content{min-height:100vh;justify-content:center;display:flex;background-color:#f7fafc}.content .main{margin:5rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgb(0 0 0/10%),0 1px 2px 0 rgb(0 0 0/6%);max-width:1280px;display:flex;background-color:#fff;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0;height:520px;flex:1 1 0%}.content .main .left{padding:3rem;width:41.666667%;min-width:420px}.content .main .left h1{font-size:38px;text-align:center;font-weight:800;margin-top:20px}.content .main .left .form_box{max-width:20rem;width:320px;margin-left:auto;margin-right:auto}.content .main .left .form_box input{width:100%;font-size:.875rem;padding-left:32px;padding-right:32px;padding-top:16px;padding-bottom:16px;border-width:1px;border-radius:.5rem;border-color:#edf2f7;background-color:#f7fafc;height:55px;margin-top:20px}.content .main .left .form_box .bottom{height:55px;margin-top:20px;background-color:#667eea;width:100%;color:#f7fafc;font-weight:600;border-radius:.5rem}.content .main .right{width:100%;background-color:#ebf4ff;flex:1 1 0%}.content .main .right .box{padding:8rem;width:100%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat;box-sizing:border-box}.code{display:flex;justify-items:center;justify-content:center;line-height:60px;margin-top:20px}