.forgotpwd-container {
  width: 100%;
  min-height: 100vh;
  background: url("https://1313174138.vod-qcloud.com/59a52442vodcq1313174138/41e44dd13270835010486401017/q7paYOfmLSkA.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}
.forgotpwd-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.forgotpwd-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 150px;
}
.forgotpwd-title {
  text-align: center;
  font-size: 18px;
}

.form-content {
  margin: 40px 0px;
  column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
}
.top {
  margin-bottom: 20px;
}

.top,
.bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top span,
.bottom span {
  white-space: nowrap;
  text-align-last: justify;
  text-align: justify;
  flex: 1 1 auto;
  position: relative;
  margin-right: 10px;
}
.top span::after,
.bottom span::after {
  content: "*";
  position: absolute;
  top: -1px;
  right: -7px;
}

.forgotpwd-item:first-of-type .bottom > span::after {
  content: none;
}

input {
  margin-left: 10px;
  outline: none;
  border: 1px solid #666;
  padding: 2px 5px;
  width: 180px;
}
.msg {
  background: #fff;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 180px;
}
.msg input {
  flex: 1 1 auto;
  outline: none;
  border: none;
  margin: 0px;
  width: 0px;
}
.msg > a {
  color: #888888;
  height: 100%;
  font-size: 12px;
  margin: 0px 10px;
  white-space: nowrap;
  text-align: center;
  width: 70px;
}
button {
  outline: none;
  border: none;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 150px;
  display: block;
  margin: 0px auto;
  cursor: pointer;
}
.tsk {
  max-width: 300px;
  margin: 10px auto;
  border: 1px solid #ffb4a8;
  background-color: #fef2f2;
  position: relative;
  padding: 5px 8px;
  overflow: hidden;
  color: #6c6c6c;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: left;
}
.tsk i {
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/prompt.png") no-repeat center center;
  background-size: contain;
}
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 0px;
  background: #fff;
  font-size: 12px;
  max-width: 80%;
  width: 300px;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.pop-up-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pop-up-title i {
  margin-left: 8px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/complete.png") no-repeat center center;
  background-size: contain;
}

.pop-up > a {
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #000;
  text-align: center;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  .forgotpwd-content {
    padding: 50px;
  }
  .form-content {
    display: block;
    margin: 30px 0px;
  }
  .forgotpwd-item:first-child {
    margin-bottom: 20px;
  }
  button {
    line-height: 40px;
    height: 40px;
  }
}
