html,body{
	padding: 0;
	margin: 0;
}
#fancybox-skin{
	padding: 0px !important;
}
.loginContain{
	width:650px;
	max-width: 650px;
	margin: auto;
	position: relative;
}

.loginContain a{
	color:#00adec;
	text-decoration: none;
}
.loginLeftTop{
	position: absolute;
	top:0px;
	left:0px;
}
.loginLeftBottom{
	position: absolute;
	bottom:0px;
	left:0px;
}
.loginRightBottom{
	position: absolute;
	bottom:0px;
	right:0px;
}


.loginMid{
	width:320px;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.loginTitle{
	font-size: 30px;
	font-weight: bolder;
	font-family: 'Yu Gothic', SimHei;
}

.loginSubTitle{

}
.loginFB{
/*	height:36px;
	background-color: #3b5999;
	border-radius: 20px;
	line-height: 36px;
	color:#FFF;
	font-family: inherit;*/
}
.loginAccount{
	line-height: 50px;
	height: 50px;
}
.loginAccount input{
	width:90%;
	height:40px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
}
.loginRemember{
	width:90%;
	text-align: left;
	margin-left: 4%;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
.loginRemember input{
	position: absolute;
	left:0px;
	top:4px;
	width:20px;
	height:20px;
	outline: none;
}
.loginBtn{
	cursor:pointer;
}
.loginForgot{
	width:90%;
	line-height: 30px;
	margin: auto;
	text-align: left;
}

.loginJoin{
	width:90%;
	line-height: 30px;
	margin: auto;
	text-align: left;
}

.loginJoinBonus{
	clear:both;
	line-height: 40px;
	width:90%;
	margin: auto;
	text-align: left;
	font-size: 24px;
	color:#e72525;
}
.loginJoinBonus a{
	color:#e72525;
}

.loginMidForGot{
	width:320px;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}
.sendMail{
	margin-top: 80px;
}

.loginCancel{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 9999;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
  padding-left: 10px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
  padding-left: 10px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
  padding-left: 10px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
  padding-left: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

@media only screen and (min-width: 100px) and (max-width:330px) {
	.loginMid{
		width:100%;
	}
	.loginFB img , .loginBtn img{
		max-width: 100%;
	}
	.loginJoinBonus{
		font-size:22px;
	}
	.loginLeftBottom , .loginRightBottom{
		display: none;
	}
}

@media only screen and (max-width:650px) {
	html,body{
		height:100vh;
		overflow: hidden;
	}
	.loginContain{
		width:100%;
	}
    .loginMid{
    	position: relative;
    	padding-top: 80px;
    	padding-bottom: 90px;
    	z-index: 999;
    }
    .loginMidForGot{
/*    	position: relative;
    	padding-top: 80px;
    	padding-bottom: 90px;
    	z-index: 999;
    	height:90vh;*/
    	position: relative;
    	height:432px;
    	padding-top: 80px;
    	padding-bottom: 90px;
    	z-index: 999;
    }
	.loginLeftTop{
		position: absolute;
		width: 90px;
		top:0px;
		left:0px;
    	z-index: 1;
	}

	.loginLeftBottom{
		position: absolute;
		width: 90px;
		bottom:0px;
		left:0px;
    	z-index: 1;
	}
	.loginRightBottom{
		position: absolute;
		width: 90px;
		bottom:0px;
		right:0px;
    	z-index: 1;
	}
	.loginLeftTop img,.loginLeftBottom img,.loginRightBottom img{
		max-width: 100%;
	}
}
