html,body{
    background: -webkit-linear-gradient(45deg, #e9e9e9, #f2f2f2, #eeeeee, #f1f1f1);
    -moz-linear-gradient(45deg, #e9e9e9, #f2f2f2, #eeeeee, #f1f1f1);
    -ms-linear-gradient(45deg, #e9e9e9, #f2f2f2, #eeeeee, #f1f1f1);/* 渐变背景 */
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
}

.mu-form-item-label{
    font-size: 18px;
    color: #717da2 !important;
}

.login-main{
    background-color: #ffffff;
    width: 1380px;
    border-radius: 10px;
    left: 50% !important;
    margin-left: -690px !important;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.el-row{
    padding: 0 !important;
}

.login-form{
    margin: 30px 0 150px 0px;
    left: 50%;
}

.login-form-input {
    margin: 10px 50px 20px 50px !important;
}

.login-title{
    margin-bottom: 200px;
    color: #1f346c;
    font-size: 46px;
    font-weight: bold;
}

.login-img{
    height: 800px;
}

.el-form-item__content {
    margin: 0 !important;
}