#show_verifyCode{
    /*display: none;*/
}
#LAY_app, body, html {
    height: 100%;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
#LAY-user-login {
    /*display: flex;*/
    /*justify-content: right;*/
    /*align-content: center;*/
    margin-right:200px;
    color: #000
}

.box {
    border-radius: 20px;
    padding: 15px 25px 10px 25px;
    background-color: #fff;
}

.login-box {
    position: relative;
}
.login-box i {
    position: absolute;
    left: 8px;
}
.login-input {
    width: 260px;
    padding-left: 40px;
}

.login-title1 {
    display: flex;
    align-items: center;
    height: 100px;
    position: absolute;
    left: 100px;
    top:50px;
}
.login-title1 img {
    height: 88px;
    width: 900px;
}
.login-title {
    text-align: center;
    padding-bottom: 30px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: left;*/
    /*flex: auto;*/
    /*align-items: center;*/
    /*height: 60px;*/
    /*color: #fff;*/
    /*padding-left: 80px;*/
    /*margin-bottom: 10px;*/
}
.login-title-name {
    font-size: 20px;
    /*font-weight: bold;*/
}
.login_center {
    display: flex;
    justify-content: space-between ;
    margin-top: 70px;
}
.English {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding-left: 80px;
}
.English img {
    height: 132px;
    width: 334px;
    margin-left: 60px;
}

.login-title-hy-text {
    border-left: #b7b7b7 solid;
    padding-left: 10px;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;

}

.login-input {
    width: 280px;
    /*padding-left: 28px;*/
}

#imageId {
    width: 8rem;
    height: 57px;
    margin-left: 19px;
}

.login_body {
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


#signup_form {
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*#signup_form div {*/
/*    margin:  0 5px;*/
/*}*/

.layui-form-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
}

.login-button {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin: 0 0 0 5px;*/
    font-weight: bolder;
    padding-top: 10px;
}
button:after{
    display: none;
}
.layadmin-user-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
}

.layadmin-user-login-footer span {
    padding: 0 5px
}

.layadmin-user-login-footer a {
    padding: 0 5px;
    color: #ffffff;
}

.layadmin-user-login-footer a:hover {
    color: rgba(0, 0, 0, 1)
}
