@import './vars.css';

/* 布局：头-尾-导航 */
@import './header.css';
@import './footer.css';
@import './nav.css';

a {
  text-decoration: none;
  color: inherit;
}

.main-content {
  width: 650px;
  min-height: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.forgot-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
  
}

.forgot-title span {
  position: relative;
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 50px;z-index: 0;
}

.forgot-title span::after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 18px;
  background: linear-gradient(
    270deg,
    rgba(115, 120, 243, 0.5) 0%,
    #7478f3 100%
  );
  border-radius: 9px;
  opacity: 0.69;
  z-index: -1;
}

.form {
  display: flex;
  flex-direction: column;
}

form input {
  padding: 0px 20px 0px 20px;
  outline: none;
}

input::placeholder {
  height: 25px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  color: #999999;
  line-height: 25px;
}

.forgot-container .phone-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  margin: 0 auto 30px auto;
}

input.phone {
  width: 550px;
  height: 61px;
  background: #ffffff;
  border-radius: 31px;
  border: 1px solid #e6e6e6;
}

.check-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.check-input {
  width: 304px;
  height: 61px;
  background: #ffffff;
  border-radius: 31px;
  border: 1px solid #e6e6e6;
}

.check-image {
  width: 142px;
  height: 61px;
  margin: 0px 20px 0px 30px;
}

.check-image img {
  width: 100%;
  height: 100%;
}

.other {
  width: 54px;
  height: 25px;
  font-size: 18px;
  color: #999999;
  line-height: 25px;
}

.check-code {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.code {
  width: 353px;
  height: 61px;
  margin-right: 30px;
  background: #ffffff;
  border-radius: 31px;
  border: 1px solid #e6e6e6;
}

.get-code-btn {
  box-sizing: border-box;
  width: 167px;
  height: 61px;
  background: linear-gradient(
    270deg,
    rgba(115, 120, 243, 0.5) 0%,
    #7478f3 100%
  );
  border-radius: 31px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  outline: none;
  border: none;
  cursor: pointer;
}

.pwd-container,
.pwd-pwd-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0px auto 30px auto;
}

.pwd-section {
  position: relative;
}

[class^='open-close'] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 17px;
  right: 30px;
  width: 28px;
  height: 28px;
}

.pwd,
.pwd-pwd {
  width: 550px;
  height: 61px;
  background: #ffffff;
  border-radius: 31px;
  border: 1px solid #e6e6e6;
  margin: 0px auto;
}

.accept-container {
  display: flex;
  align-items: center;
  margin-left: 50px;
  height: 20px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 20px;
}

.accept {
  margin-left: 10px;
}

.forgot-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.forgot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 65px;
  border: 1px solid rgba(72, 78, 255, 0.6);
  margin-right: 70px;
  font-size: 22px;
  color: #484eff;
  line-height: 30px;
  background: #ffffff;
  border-radius: 33px;
  cursor: pointer;
}

.forgot-login .login {
  width: 240px;
  height: 65px;
  border: 1px solid #e6e6e6;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  background: #f8f8f8;
  border-radius: 33px;
  cursor: pointer;
}

.forgot-login .login a {
  width: 100%;
  color: inherit;
  font-size: 22px;
}

.tip {
  box-sizing: border-box;
  display: flex;
  width: 550px;
  padding-top: 15px;
  font-size: 16px;
  color: #fa3434;
  line-height: 22px;
}

.tip img {
  width: 18px;
  height: 18px;
  margin-left: 20px;
  margin-top: 2px;
}

.tip span {
  padding-left: 10px;
  vertical-align: text-bottom;
  float: left;
}

.disabled {
  background: #eee;
  cursor: not-allowed;
}

.open-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}

.open {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.hidden {
  display: none;
}
