html,body {
	width:100%;
	height:100%;
}
body {
	background:url('../../../img/professional/login/bg.png') no-repeat;
	background-size:cover;
}
.content .project-title-box {
	width:100%;
	text-align:center;
	color:#fff;
	padding-top:10%;
	font-size:40px;
}
.content .login-box {
	width:550px;
	margin:5% auto;
	background:url('../../../img/professional/login/login-box.png') no-repeat;
	background-size:100% 100%;
	min-height:350px;
  padding: 45px 0 0;
}
.content .login-box .login-msg-item {
	width:100%;
	text-align:center;
	margin: 30px 0;
  position: relative;
}
.content .login-box .login-msg-item .login-input {
	width:70%;
	height:40px;
	border:2px solid #03d4e2;
	text-indent: 13%;
  background-color: #fff!important;
}
.content .login-box .login-id-box img{position: absolute;width: 25px;top: calc(50% - 12.5px);left: 17%;}

.content .login-box .login-pwd-box img{position: absolute;width: 25px;top: calc(50% - 12.5px);left: 17%;}
.content .login-box .auto-login {
	text-align:left;
	width:70%;
	margin:0 auto;
	overflow: hidden;
}
.content .login-box .auto-login span{

padding-left: 25px;

color: #fff;
}
.content .login-box .auto-login .forget-pwd {
	color:#2086e6;
	float:right;
  text-decoration: none;
}
.content .login-box .login-btn {
	background-color:#0384ea;
	color:#fff;
	border:none;
	border-radius:3px;
	width: 70%;
	height: 40px;
  font-size: 18px;
}

input[type=checkbox]{
	visibility: hidden;
	display: none;
}
#color-input-red +label{
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
  background: transparent;
  border: 1px solid #01ffff;
  border-radius: 3px;
}

/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
    该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
#color-input-red:checked +label::before{
  display: block;
  content: "\2714";
  text-align: center;
  font-size: 16px;
  color: #02ffff;
}

.errorPrompt{
	background-color: rgba(255,241,240,0.8);
	color: #e74c3c;
	width: 70%;
	margin: 0 auto;
	padding: 15px 5px;
	text-align: center;
}


/* 找回密码 */
.reset-pwd-label {
	display: block;
	text-align: left;
	color: #fff;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
}

#mobile-password-form .login-msg-item .login-input,#reset-password-form .login-msg-item .login-input{
	text-indent: 1em;
}

#mobile-password-form .code-input {
	width: 39%;
}

#mobile-password-form .get-code {
	width: 30%;
	background-color: #0384ea;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
#mobile-password-form .reset-step1-btn{

}

#mobile-password-form .get-code .countdown-span ,#reset-password-form{
	display: none;
}
#reset-password-form .help-block{
	width: 70%;
	margin: 0px auto;
	text-align: left;
	margin-top: 10px;
	color: #ccc;
	font-size: 14px;
}
#reset-password-form .login-msg-item{
	margin: 24px 0;
}
#code_input{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-indent: 1em;
}
#getcode_num{
	float:left;
	width:250px!important;
	margin-left:15px;
}