.login {
    display: flex;
    margin: 0 auto;
    justify-content: center;
	min-height: 540px;
	height: calc(100vh - 334px);
	align-items: center;
}
.login-box {
    display: inline-flex;
    bottom: 50px;
    height: 420px;
    width: 1100px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    box-shadow: 0 0 25px 4px hsla(0,0%,80%,.8);
}
.login-box-img {
    width: 720px;
    height: 420px;
}
.login-box-img>img {
    width: 100%;
    height: 420px;
    background-size: cover;
}
.login-contact-us {
    position: relative;
    top: -115px;
    left: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.login-box-form {
    margin: 0 auto;
	width: calc(100% - 720px);
	padding: 25px;
	    text-align: center;
}

.login-contact-us>a {
    text-decoration: underline;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.login-contact-us{
    position: relative;
    top: -115px;
    left: 50px;
}
.account-title {
    padding: 12px 20px 0 0px;
    width: 100%;
    margin:0 auto 30px;
	border-bottom: 2px solid #E4E7ED;
}
.account-title a{
	padding-bottom: 10px;
	position: relative;
}
.account-title a.router-link-active::after {
	content:'';
	width: 100%;
	height: 2px;
	background-color: #115FBF;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.account-title a:last-child{
	margin-left: 30px;
}
.layui-input::placeholder{
	font-size: 14px;
	color: #C0C9DB;
}
.setBlue{
	color: #409eff;
	font-size: 14px;
}
.layui-form-item .layui-form-checkbox{
	margin-top: 3px!important;
}
#submitBtn {
    width: 270px!important;
    height: 40px;
    padding: 0;
    border: none;
    background-image: linear-gradient(99deg,#6fd4f1,#216ad7),linear-gradient(#40bee6,#40bee6);
    background-blend-mode: normal,normal;
    font-size: 16px;
    color: #fff;
	margin-top: 20px;
}
.layui-form-item{
	margin-bottom: 20px;
}