.forgetpwd {
  margin: 0 auto;
  padding: 0;
  background-color: #f8f8f9;
}
.forgetpwd-all {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 256px);
}
.forgetpwdpage {
  height: 620px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 68px;
  box-shadow: 0 0 8px 0 rgba(204,204,204,0.50);
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  background-color: #fff;
}
.forgetpwdpage-title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 26px;
}
.findstep {
  width: 495px;
  margin: 0 auto;
  background: #f0f0f0;
  position: relative;
}
.findstep ul {
  height: 34px;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
}
.findstep li {
  float: left;
  width: 165px;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background-color: #d8d8d8;
}
.findstep li em {
  position: absolute;
  right: -24px;
  top: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 25px 0 24px 24px;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
}
.findstep li i {
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 18px 0 15px 16px;
  border-color: transparent transparent transparent #d8d8d8;
  border-style: dashed dashed dashed solid;
}
.fr {
  z-index: 4;
}
.sr {
  z-index: 3;
}
.tr {
  z-index: 2;
}
.findstep li.active {
  background: #2e7bfb;
}
.findstep li.active i {
  border-color: transparent transparent transparent #2e7bfb;
}
.findstep li .badges {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #d8d8d8;
  margin-right: 14px;
}
.findstep li.active .badges {
  color: #2e7bfb;
}
#findpwdform p {
  display: none;
  margin-bottom: 20px;
  position: relative;
}
.emailflex, .passfir, .passsec{
  justify-content: center;
}
#findpwdform p.factive {
  display: flex;
}
.passsec.sec.factive > span{
  right: 21%;
}
.findpwd-click {
  width: 330px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color:#2E7BFB;
  cursor: pointer;
}
.findpwd-click:hover, .email-click:hover {
  background-color:#4D90FF;
}
.email-click {
  display: inline-block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color:#2E7BFB;
  cursor: pointer;
}
.findpwdinput {
  width: 330px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0; 
  border: 1px solid #CCCCCC;
}
.findpwdinput:focus {
  border: 1px solid #2E7BFB;
}
.findpwdinput span {
  width: 130px;
}
.findpwdidenty {
  width: 174px;
}
.findpwdinline {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 330px;
  margin-bottom: 1rem;
}
.findpwdinline img {
  height: 40px;
}
.findpwdinline a {
  line-height: 40px;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}

.findpwd-warn {
  display: none;
  right: 13%;
  position: absolute;
  line-height: 40px;
  color: red;
}
.emailrank .findpwd-warn{
  right: -48%;
}
.btndisable {
  background: #666666;
  cursor: not-allowed;
  font-size: 12px;
}
.btndisable:hover {
  background-color:#666666;
}