.login-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;-webkit-box-shadow:5px 8px 15px grey;box-shadow:5px 8px 15px grey}.login-box .login-body-left{padding-bottom:50px;width:520px;height:380px;color:#fff;border-radius:8px 0 0 8px;background-color:rgba(51,89,170,.7882352941)}.login-box .login-body-left,.login-box .login-body-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-box .login-body-right{border-radius:0 8px 8px 0}.login-box .login-body-right .el-input__inner{-webkit-box-shadow:inset 0 1px .1em #d5d6da;box-shadow:inset 0 1px .1em #d5d6da;border-radius:10px}.login-box .el-button--primary{width:100px;font-weight:600;background-color:#3359aa;border-color:#3359aa;-webkit-box-shadow:1px 2px 6px rgba(96,98,102,.6196078431);box-shadow:1px 2px 6px rgba(96,98,102,.6196078431);border-radius:10px}.login-box .formBox{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.login-box .formBox h2{color:#042368;margin:10px 0 44px 0}.login-box .formBox .el-form{width:74%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;height:calc(100% - 100px)}.login-box .formBox .el-form .el-form-item:last-child{width:200px;margin:28px auto;margin-bottom:22px}