#simple-main-body .login-left {
	width:600px;
	min-height:400px;
	text-align:center;
	float:left;
	padding-top:30px;
}
#simple-main-body .login-right {
	width:500px;
	min-height:400px;
	margin-left:615px;
}
.login-form {
	border:1px solid #cdd4e5;
	width:350px;
	padding:25px;
	min-height:300px;
}
.login-form h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

form.accessForm {
	margin-top:20px;
}

.login-form label.iconfont {
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #FFF;
	text-align: center;
	background: #ccc url(../../images/sqb/icon-login.png) no-repeat 50% 7px;
	text-indent: -9999em;
	outline: 0;
	float:left;
}
.login-form label.pwd-field {
	background-position: 50% -30px;
}
.login-form .fieldCtn {
	float:left;
}
.login-form .login-text {
	width: 220px;
	height: 27px;
	line-height: 19px;
	padding: 3px;
	padding-left: 5px;
	vertical-align: middle;
	border: 1px solid #dedede;
}
.login-form fieldset {
	overflow:auto;
	margin-bottom:15px;
}
.forgotPassLnk {
	padding-left:20px;
	line-height:30px;
}
a.forgotPassLnk:hover {
	color:#ff7701;
}
.login-form .submitCtn button {
	width: 255px;
	height: 38px;
	border: 0;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	line-height: 36px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background: #0099cc;
	/**border-radius: 3px;**/
	cursor: pointer;
	zoom: 1;
}
.login-form .submitCtn button:hover, .submitCtn button.hover {
	background: #006699;
}
.error_list {
	color:red;
	width:258px;
}
.error_list li {
	background:url("../../images/sqb/stuff.gif") no-repeat no-repeat 3px 50% #FFF2F2;
	padding-left:30px;
	border:1px solid #FF8080;
	line-height:18px;
	padding:2px 10px 2px 23px;
}
.error .login-text {
	border:1px solid #FF8080;
}
#js_check_error_msg {
	display:none;
}
.grey-label {
	color:#dedede;
}

.oauth-login {
	margin-top:15px;
}
ul.reg-oauth {
	margin-top:10px;
}

ul.reg-oauth li {
	display:inline;
	padding-right:10px;
}

.login-left img {width:300px;height:225px;}


@media (min-device-width:1024px) and (max-width:600px),(max-width:600px),
	 (max-device-width:480px),
 	(max-device-width:480px)  {

       .login-form h1 {font-size:24px;}
       #simple-main-body .login-left{display:none;}
       #simple-main-body .login-right{margin-left:0 !important;width:580px;}
       .login-form .login-text {width:300px;line-height:35px;font-size:20px;height:35px;}
       .login-form label.iconfont {
       		line-height:25px;height:42px;width:42px;
       		background: #ccc url(../../images/v2/mobile/icon-login.png) no-repeat 50% 0;
       }
       .login-form{width:100%;padding:25px 0 15px 15px}
       .login-form label.pwd-field {background-position: 50% -42px;}
       .error_list li{font-size:25px;font-size:20px;padding:15px 15px 15px 30px;}
       .forgotPassLnk{font-size:20px;}
       #rememberMe{width:22px;height:22px;}
       .login-form fieldset label{font-size:22px;}
       .login-right {font-size:22px;}
       .login-form {border:none;margin-bottom:50px;}
       .login-form .submitCtn button{width:355px;}
 }


