.RetrievePwd {
  min-height: 100%;
}
.RetrievePwd .topLogin .btnLogin {
  background: var(--main-color);
  border-radius: 60px;
  padding: 4px 16px;
  color: #fff;
  display: inline-block;
  margin-right: 18px;
}
.RetrievePwd .bottomContent {
  padding-bottom: 80px;
  width: 100%;
  background: #fff9f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RetrievePwd .content .right {
  padding-bottom: 60px;
}
.RetrievePwd .content .right .formTitle {
  margin-bottom: 30px;
}
.RetrievePwd .content .right .referralCode {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #4f4f4f;
}
.RetrievePwd .content .right .ivu-form-item {
  margin-bottom: 24px;
}
.RetrievePwd .content .right .ivu-form-item .ivu-form-item-content #indeityImgLogin {
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.RetrievePwd .content .right .ivu-form-item .ivu-form-item-content .ivu-input-suffix i {
  font-size: 22px;
  line-height: 40px;
}
.RetrievePwd .content .right .ivu-form-item.bottomItem p {
  cursor: pointer;
  text-decoration: underline;
}
.RetrievePwd .content .right .ivu-form-item.bottomItemEnd .ivu-form-item-content {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.RetrievePwd .content .right .term {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}

