.login{width:100vw;height:100vh}.login_bg{display:flex;flex-direction:column;height:100vh}.login_bg_top{flex:700;background-color:#5282ff}.login_bg_bottom{flex:380;background-color:#fff}.login_center{width:500px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-250px,-300px);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background-color:#fff;padding:0 50px}.login_center_logo{margin:70px auto 20px;width:90px;height:90px}.login_center_logo img{width:100%}.login_center h2{height:70px;font-size:36px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;line-height:70px;text-align:center;margin-bottom:60px}.login_center_form{background:#fff}.login_center_form .el-input__prefix{font-size:24px}.login_center_form .el-form{width:100%}.login_center_form .el-form .el-form-item{margin-bottom:30px}.login_center_form .el-form .el-form-item,.login_center_form .el-form .el-form-item__content{height:50px!important;line-height:50px!important}.login_center_form .el-form .el-form-item__error{padding-top:4px}.login_center_form_dom .lcfd_input{position:relative;width:100%}.login_center_form_dom .lcfd_input .el-input,.login_center_form_dom .lcfd_input .el-input__suffix{width:100%!important;line-height:50px;height:50px}.login_center_form_dom .lcfd_input .el-input .el-input--prefix{width:100%}.login_center_form_dom .lcfd_input .el-input__inner{height:50px;line-height:50px;border-radius:2px}.login_center_form_dom .el-form-item__error{text-indent:2px}.login_center_form_dom .lcfd_btn{width:100%;text-align:center;height:50px;line-height:50px;background:#5282ff;border-radius:6px;font-size:20px;font-family:PingFang-SC-Medium,PingFang-SC;font-weight:500;color:#fff;cursor:pointer}.login_footer{position:absolute;width:100%;bottom:24px;text-align:center;height:34px;line-height:34px;font-size:16px;color:#777}