.login-code{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px;
}
.login-uname{
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #73787c;
    width: 85%;
    border-radius: 5px;
	border:#ffffff solid 1px;
	background-color: inherit;
	margin-left: 3%;
}
.login-div{
    text-align: left;
    margin-bottom:30px;
    border-radius: 5px;
}
.login-body{
    margin: auto;
    width: 85%;
    height: auto;
}
.login-button{
    width: 83%;
    margin-left: 12.5%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: left;
}
.my-login-body{
    background-image: url(../img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.my-custom-body{
    background-image: url(../img/APPDownLoad.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.right-content{
    top: 43.8%;
    color: white;
    width: 400px
}
.myuname-img{
    
}
.mypage-label{
    font-weight: bolder;font-size: 16px;
}
.navbarWaiceng{
    background-image: url(../img/header1.png);
    background-position: center;
}
.navbar-container .topLevel{
  background-color: transparent;
}
.my-line{
    background-image: url(../img/line.png);
    width: 100%;
    margin-top: 8px;
    position: absolute;
    bottom: 0px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    /*background-position: center*/
    left: 10px;
    height:3px;
}
.navbar-p1 span {
    font-size: 26px;
    font-weight: bolder;
}
.app {
    height: 100%;
}
.login{
    width:35.26%;
    /*height:42.96%;*/
    position: relative;
    top:28.87%;
    left:50%;
    background-color:rgba(0,0,0,.6);
    border-radius: 7px;
    border:2px solid #4a72ac;
    padding: 14px;
    margin-left: -17.63%;
}
.login-screen{
	background: #192b3f;
	border-radius: 5px;
    border:2px solid #4b7fac;
}
.login_title{
    width:100%;
    text-align: center;
}
.login_title h2{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	margin: 6.8% auto 5.7%;
	
}



/*.login_title img{
    width:87%;
    margin-top:5%;
}
.login_title i{
    display: block;
    width:80%;
    height:1px;
    margin: 2.4% auto 0;
    border-bottom:1px solid #e1d098;
}*/
.login-button_a{
    background-color: #f99e00;
}
.login-input-content{
    text-align: left;
}
@media screen and (max-width:1023px){
	.login-uname{
		width:80%;
	}
	.login_title h2{
    		font-size: 24px;
    }
}
@media screen and (min-width:1024px) and (max-width: 1279px){
    .login-uname{
		width:80%;
	}
	.login_title h2{
    		font-size: 24px;
    }
}
@media screen and (min-width:1280px) and (max-width: 1365px){
	.login-uname{
		width:84%;
	}
    .login_title h2{
    		font-size: 24px;
    }
}
@media screen and (min-width:1366px){
    .login-input-content{
    		padding-bottom: 30px;
    }
}
@media screen and (min-width:1600px){
	.login-uname{
		width:83%;
	}
    .login-uname,.login-button{
        height:50px;
        line-height: 50px;
        font-size: 20px;
    }
    .myuname-img{
	    	width:48px;
	    	height:48px;
	    	vertical-align: bottom;
    }
    .login-div{
    		margin-bottom: 40px;
    }
    .login-input-content{
    		padding-bottom: 40px;
    }
}
@media screen and (min-width:1920px){
    .login-uname,.login-button{
        height:50px;
        line-height: 50px;
        font-size: 20px;
    }
    .myuname-img{
	    	width:48px;
	    	height:48px;
	    	vertical-align: bottom;
    }
    .login-div{
    		margin-bottom: 40px;
    }
    .login-input-content{
    		padding-bottom: 40px;
    }
}