body {
	background-color: #ecfcf9;
}
.container{
	width:1280px;
	margin:20px auto;
	height:34.6rem;
}
.containerBox{
	width:950px;
	height:410px;
	margin:110px auto;
}
#findpass{
	width:550px;
	height:360px;
	margin:20px auto;
	box-shadow: 0 0 12px 8px #DDDEDF;
}
#userlogin{
	height:350px;
	margin:10px 10px;
}
.formTitle{
	height:50px;
	font-size:20px;
	margin:10px 10px 10px 50px;
}
.formTitle h1{
	margin-top:30px;
	font-weight:bold;
}
label i{
	color:#e72d43;
}
.form-group{
	width:450px;
	height:40px;
	margin:20px auto;

}
.form-forget{
	width:450px;
	height:40px;
	margin:5px auto;
	text-align:right;
}
.form-button{
	width:450px;
	height:40px;
	margin:60px auto 20px auto;
}
.col-sm-2{
	width:100px;
	height:35px;
	line-height:35px;
	float:left;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}

.col-sm-10{
	text-align:center;
}
.form-control{
	width:300px; 
	height:35px;
	border-bottom: 1px solid #0b87d3;
	border-left: 0px solid #fff;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    /* margin-top:5px; */
}
#code{
	width:180px;
	float:left;
}
#sendCode {
	margin-top:5px;
	margin-left:20px;
	width: 110px;
	height: 30px;
	font-size: 14px;
	background-color:#fff;
	color: #000;
	border:1px solid #808080;
	border-radius:3px;
	float:left;
	cursor: auto;
}
#sendCode.disabled{
	margin-top:5px;
	margin-left:20px;
	width: 110px;
	height: 30px;
	font-size: 14px;
	background-color:#fff;
	color: #999;
	border:1px solid #999;
	border-radius:3px;
	float:left;
}
#sendCode.disabled:hover{
	margin-top:5px;
	margin-left:20px;
	width: 110px;
	height: 30px;
	font-size: 14px;
	background-color:#fff;
	color: #999;
	border:1px solid #999;
	border-radius:3px;
	float:left;
}
.back_login{
	width:120px;
	height:35px;
	text-align:center;
	line-height:35px;
	font-size:17px;
	border:1px solid #999;
	border-radius:5px;
	margin-top:30px;
	margin-right:30px;
	float:right;
}
.btn-info{
	background-color:#0b87d3;
	width:200px;
	height:50px;
	border:none;
	border-radius:5px;
	font-size:18px;
	color:#fff;
}
fieldset{
	border:1px solid #fff;
}
.protocol{
	width:400px;
	margin:5px auto;
	text-align:center;
}
.protocolTitle{
	color:#2676B5;
}
#copyright{
	/* position:fixed;
	width:100%;
	bottom:0; */
	margin-top:6rem;
}