/*-----------------------------------------------
 login
-----------------------------------------------*/
.loginBg {background-color: #edeef2;}


#wrapper {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
@media only screen and (max-height: 1200px){
	#wrapper {
	    padding-top: 260px;
	}
}
@media only screen and (max-height: 1000px){
	#wrapper {
	    padding-top: 220px;
	}
}
@media only screen and (max-height: 900px){
	#wrapper {
	    padding-top: 180px;
	}
}
@media only screen and (max-height: 736px){
	#wrapper {
	    padding-top: 140px;
	}
}
@media only screen and (max-height: 670px){
	#wrapper {
	    padding-top: 100px;
	}
}
@media only screen and (max-height: 610px){
	#wrapper {
	    padding-top: 40px;
	}
}

.loginMainContent {
	background-color: #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0px 0px 6px 3px #D1D2D4;
	-moz-box-shadow:0px 0px 6px 3px #D1D2D4;
	-webkit-box-shadow:0px 0px 6px 3px #D1D2D4;
}
.loginTitle {
	width: 280px;
	height: 80px;
	padding-top: 20px;
	margin: 10px auto 20px;
	background: url('../img/title_login.png?20160520') no-repeat 0 bottom;
	background-size:auto 80px;
	background-position:center bottom;
}
.loginBoxGray{
	position:relative;
}
.loginTextBox input {
	width: 330px;
	height: 43px;
	font-size: 15px;
	line-height:43px;
	color: #121212;
	background-color:#f1f2f6;
}
.loginButtonRight {
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.loginButton{
    width: 350px;
    margin-left: 0px;
	background-color: #283593;
	color: #ffffff;
}
.loginNotes{
	display:none;
}
::-webkit-input-placeholder {
	text-align:center;
	color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
	text-align:center;
	color: #999999;
}
::-moz-placeholder {  /* Firefox 19+ */
	text-align:center;
	color: #999999;
}
:-ms-input-placeholder {
	text-align:center;
	color: #999999;
}

.val_error_list{color: red;list-style-type:none;}

#backLogin {margin: 20px auto 0 auto;}
#backLogin a {padding: 0;}

/*-----------------------------------------------
Login small
-----------------------------------------------*/

@media only screen and (max-width : 568px){
	.loginMainContent {
	    width: 280px;
		margin:0 auto;
	}
	.loginTitle {
		width: 280px;
		height: 60px;
		margin:20px auto 10px;
		background-image: url('../img/title_login.png?20160520');
		background-repeat: no-repeat;
	    background-position:center 0;
	    background-size:auto 60px;
	    background-position:center bottom;
	    padding-top: 10px;
	}
	.loginBg #container {
		width: 100%;
		min-width: 0;
	}
	.loginBg #containerInner {
		min-width: 0;
		line-height: 1.5;
		padding:0 0 50px 0;
	}
	.loginBg #footer address {border: none;}
	.loginButtonRight {
		text-align: center;
		margin: 5px 0px 5px 0px;
	}
	.loginButton {
		width: 260px;
		height: 36px;
		text-align: center;
		font-size: 14px;
		line-height: 36px;
		margin-left: 0;
	}
	.loginButton a {
		padding: 7px 52px 7px 52px;
	}

	.loginNotes {margin: 0px;}
	.loginBoxBg {
		width: 100%;
		line-height: 16px;
		height: 16px;
	}
	.loginBoxGray {
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin: 0;
	}
	.loginTextBox input {
		margin-bottom: 10px;
		width: 244px;
		height: 40px;
		border: 0;
		font-size: 14px;
		padding: 0 8px 0 8px;
	}
	.loginTextBox {width: 100%;}
	.loginSave {margin-bottom: 5px;}

	@media only screen and (max-height: 1200px){
		#wrapper {
		    padding-top: 280px;
		}
	}
	@media only screen and (max-height: 1000px){
		#wrapper {
		    padding-top: 240px;
		}
	}
	@media only screen and (max-height: 900px){
		#wrapper {
		    padding-top: 200px;
		}
	}
	@media only screen and (max-height: 736px){
		#wrapper {
		    padding-top: 160px;
		}
	}
	@media only screen and (max-height: 670px){
		#wrapper {
		    padding-top: 120px;
		}
	}
	@media only screen and (max-height: 610px){
		#wrapper {
		    padding-top: 40px;
		}
	}
}

@media only screen and (max-width : 668px){
	@media only screen and (max-height: 670px){
		#wrapper {
		    padding-top: 120px;
		}
	}
	@media only screen and (max-height: 610px){
		#wrapper {
		    padding-top: 20px;
		}
	}
}
