.reset-password {
  margin-top: 80px;
  width: 380px;
  height: 540px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.reset-password .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 10px;/*&:after{*/
  /*    position: absolute;*/
  /*    left: 50%;*/
  /*    bottom:0;*/
  /*    margin-left: -30px;*/
  /*    content: '';*/
  /*    width: 60px;*/
  /*    height: 1px;*/
  /*    background-color: #333333;*/
  /*}*/
}
.reset-password .form {
  width: 300px;
  margin: 0 auto;
}
.reset-password .form .code-login .input {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-top: 30px;
}
.reset-password .form .code-login .input.phone {
  position: relative;
}
.reset-password .form .code-login .input.phone:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../img/login/login-phone.png") no-repeat;
}
.reset-password .form .code-login .input.password {
  position: relative;
}
.reset-password .form .code-login .input.password:before {
  position: absolute;
  left: 12px;
  top: 7px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-password.png") no-repeat;
}
.reset-password .form .code-login .input input {
  width: 205px;
  height: 20px;
  margin: 10px;
  padding-left: 30px;
}
.reset-password .form .code-login .code {
  position: relative;
  margin-top: 30px;
}
.reset-password .form .code-login .code .input-code {
  position: relative;
  float: left;
  width: 180px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.reset-password .form .code-login .code .input-code:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-code.png") no-repeat;
}
.reset-password .form .code-login .code .input-code input {
  width: 127px;
  margin: 10px;
  height: 20px;
  padding-left: 30px;
}
.reset-password .form .code-login .code .btn-code {
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ff6666;
  border-radius: 4px;
  cursor: pointer;
}
.reset-password .form .code-login .submit {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #ff4c4c;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}
.reset-password .form .txt {
  padding: 15px 0 33px 0;
  font-size: 14px;
  text-align: right;
}
.reset-password .form .txt a {
  color: #FB4343;
}
