*{
	margin:0px;
	padding:0px;
}
body.bg{
	background:url(../images/bg-pic.jpg) no-repeat;
	background-position: center;
        background-size: cover;
        height: 100vh;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
}
.headMenu {
          margin-top: 0px;
        }
.login-header{
	clear: both;
	background:#fff;
	height:50px;
	line-height:50px;
}
/* .login-header .header-block-logo{
	width: 45%;
    left: 50px;
    top: 8px;
} */
.login-header .header-mobile-menu {
    position: relative;
    /* left: 90px; */
    top: 16px;
    margin-left:0px;
}
.header-mobile-select{
	position: absolute;
    left: 180px;
    top: 4px;
}
.header-mobile-select select{
	background: none;
    border: none;
    /*color: #Fff;*/
    font-size:18px;
    text-transform: capitalize;
    background-color: transparent;
    background-image: url("../images/select-icon-g.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    text-indent: 0.01px;
    text-overflow: "";
    padding:0px 25px;
}
.header-mobile-select select option{
	color:#000;
	border: none;
}
.header-mobile-admin {
    float: right;
    width: 10%;
    position: absolute;
    top: 11px;
    right: 5px;
}
.header-mobile-admin img{
	width:70%;
}
.login-header #nav-content{
	margin-left: 0px;
	margin-top: 30px;
}
#nav-content li a{
	padding:0px 10px;
}
.header-mobile-menu .button{
	margin-top:0px;
}
.header-mobile-menu .icon-bar{
	/*background:#fff;*/
}

.login-content{
	padding-bottom: 30px;
}
.login-pic{
	width: 100%;
    margin: auto;
    padding: 18px 0px 25px 0px;
    text-align: center;
}
.login-pic img{
	width:75px;
	height:75px;
	border-radius: 50%;
}
.login-form{
	padding:0px 30px;
}
.login-form .form-item{
	position: relative;
	margin-bottom: 22px;
}
.login-form .form-item.login-againtelepwd{
	margin-bottom:10px;
}
.login-form .form-item input{
	height:50px;
	background:rgba(255,255,255,.7);
	border-radius:20px;
	border: none;
	padding-left: 60px;
	color:#595757;
	font-size:18px;
}
.login-form .form-item ::placeholder{
	color:#595757;
}
.login-form .form-item span{
	position:absolute;
	left: 25px;
	top:13px;
}
.login-form .form-item span img{
	width:55%;
}
.login-form .form-item em{
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:rgba(255,255,255,.5);
	position: absolute;
    right: 18px;
    top: 11px;
    border:1px solid #ccc;
    color:#595757;
}
#getCode{
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:rgba(255,255,255,.5);
	position: absolute;
    right: 18px;
    top: 8px;
    border:1px solid #ccc;
    color:#595757;
    border-radius: 0px;
    padding: 0px;
    font-size: 16px;
}
.login-form p{
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
}
.login-form .enterother{
	text-align: center;
}
.login-form .enterother p{
	color: #fff;
	font-size: 18px;
	padding: 10px;
	display: inline;
	margin-bottom: 0px;
}
.register{
	margin-top: 50px;
}
.register input[type="button"]{
	 background:#f29600;
	 border:1px solid #f29600;
	 font-size:20px;
	 width:100%;
	 text-align: center;
	 border-radius: 20px;
	 padding:15px 0px;
	 color:#fff;
}
.md-modal.md-login{
	top: 20%;
    left: 50%;
    max-width: 320px;
    width: 320px;
    height: auto;
    margin-left:-160px;
}
.md-modal.md-login .md-content{
	border-radius: 20px;
	text-align:center;
	padding:0px;
}
.md-modal.md-login .md-content .submit-top{
	padding-top:50px;
}
.md-modal.md-login .md-content .submit-top img{
	width:60%;
}
.md-modal.md-login .md-content .login-failure{
	font-size:22px;
	color:#0f80d9;
	margin:24px 0px 15px 0px;
}
.md-modal.md-login .md-content .login-text{
   color:#888;
   font-size:15px;
}
.md-modal.md-login .md-content .reinput{
	background-color: #0f80d9;
	border-radius: 0px 0px 20px 20px;
	color:#fff;
	line-height: 60px;
    height: 60px;
    margin-top:50px;
    font-size: 18px;
}