.bottom-ld{
	color:#9b9b9b;
}
.top-ld-22{
	color:#fff;
}
.box-ld-22{
	background-image: url(../img/Newlogin.png);background-size: cover;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.login-headtitle{
	margin: 7% auto 20px;
	color:#08AEDB;
	font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.logging{
	width:590px;
	height:402px;
	margin:0 auto;
	background-image: url(../img/Newlogin-center.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:63px 124px;
	box-sizing: border-box;
}
.logging input{
	color: #fff !important;
    margin: 0px auto;
    border: none;
    background:none;
    outline: none;
    font-family: 'Gudea', sans-serif;
    box-shadow: none;
    font-size: 16px;
    height: 42px;
    width:calc(100% - 54px);
    margin:0;
}
.logging input::-webkit-input-placeholder{
	color:#fff;
}
.logging-title{
	font-size: 20px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
}
.logging-row{
	margin:18px 0;
	height:44px;
	border:1px solid #B2B2B2;
	display:flex;
}
input:-internal-autofill-selected{
	background:none;
	color:#fff;
}
#subUser{
	width: 100%;
    border-radius: 4px;
	color: #FFFFFF;
	font-size: 25px;
	letter-spacing: 18px;
    line-height: 5px;
    height: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px){
   .bottom-ld {
	    line-height: 38px !important;
	}
}
@media only screen and (min-width: 1520px) and (max-width: 1920px) {
	.mid-box-22{
	    width: 69%;
		margin: 9% 9% 0 0;
	}

}