*{margin: 0;padding: 0;}
html,body{ width: 100%; height: 100%;min-width: 1200px;}

.content{
    width: 100%; 
    height: 100%;
    background: url('/static/kjhs/img/login.png') no-repeat center;
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; 
}

.center{
    display: flex;
}

.center_left{
    
}

.center_left div{
    width: 580px;
    height: 590px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}

.center_left p{
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    line-height: 90px;
}

.center_right{
    width: 455px;
    height: 590px;
    padding: 85px 57px 0;
    background: #fff;
    box-sizing: border-box;
}

.center_right div p:first-child{
    color: #3E205A;
    font-size: 36px;
    font-weight: bold;
}
.center_right div p:last-child{
    color: #A9A9A9;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 4px;
}

.layui-card-body{
    padding: 0;
    margin-top: 50px;
}

.layui-form-item {
    position: relative;
    margin-bottom: 30px;
}

.layui-form-item:last-child{
    margin-top: 70px;
}

input {
    height: 40px !important;
    padding-left: 38px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 0 !important;
    border-bottom: 1px solid rgb(230, 230, 230) !important;
}

.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}

.layui-input-block{
    margin: 0;
    text-align: center;
}

.logbtn {
    width: 290px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background-color: #3e205a;
}