body{
  position:relative;
  height:100%;
}
html{
  height:100%;
}
.logHead{
  height: 72px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12); 
}
.logHead h1{
  float: left;
  width: 130px;
  height: 40px;
  background: url(../images/imfbp_logo.png) no-repeat center center;
  background-size:130px 40px;
  text-indent: -999px;
  margin-top: 15px;
  margin-left:50px;
  cursor: pointer;
}
.logHead i{
  float: left;
  background:#DD3730;
  width:1px;
  margin-left:15px;
  margin-top:24px;
  height:22px;
}
.logHead .enroll{
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  margin-left: 15px;
  color: #DD3730;
}
.logHead p{
  width: 192px;
  height: 16px;
  margin-top:32px; 
  float: left;
  font-size: 12px;
  margin-left: 10px;
  color:#666;
}
.logHead .log{
  float: right;
  height: 70px;
}
.logHead .loginIn{
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 90px;
  background:#fff;
  color: #333;
  font-size: 14px; 
  cursor: pointer;
}
.logHead .loginIn:hover{
  color:#DD3730;
}
.logHead .register{
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 90px;
  background:#DD3730;
  color: #fff;
  font-size: 14px;
}
.updateMain{
  width: 556px;
  height:372px;
  margin: 0px auto;
}
.updatePasswordFirst{
  width: 556px;
  /* background: #F8F8F8; */
  padding: 10px 0px;
}
.updatePasswordFirst  ol {
  width: 100%;
  text-align: center;
  margin-top: 60px;
 }
 .updatePasswordFirst p{
   width: 56px;
   font-size:14px;
   font-weight: normal;
 }
 .updatePasswordFirst .line {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 64px;
  height: 0px;
  border-bottom: 1px solid #D8D8D8;
}
.updatePasswordFirst li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.updatePasswordFirst li span{
  display:inline-block;
  width:25px;
  height:25px;
  border:1px solid red;
}
.updatePasswordFirst li.edit {
  color: #1BA8ED;
}
.updatePasswordFirst li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D8D8D8;
  margin-top: 20px;
  font-style: normal;
  color:#FFFFFF;
}

.signUp{
  display: inline-block;
  width:292px;
  height: 50px;
  background:#DD3730;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border:1px solid transparent;
  border-radius:5px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  margin-top: 25px;
  margin-left: 100px;
  bottom:36px;
}

