body {
  background-color: #f5f5f5;
}
.retrieve-pwd * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.retrieve-pwd .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.retrieve-pwd .pwd-head {
  width: 644px;
  margin: 20px auto 0;
  position: relative;
  height: 74px;
}
.retrieve-pwd .wrapper {
  width: 644px;
  height: 400px;
  background: #fff;
  margin: 0 auto 20px;
  padding: 90px 20px 100px;
}
.retrieve-pwd .wrapper .item {
  width: 300px;
  float: left;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #333;
  padding-top: 20px;
}
.retrieve-pwd .wrapper .item:hover {
  border: 1px #ccc dashed;
  background-color: #f5f5f5;
}
.retrieve-pwd .wrapper .item .pit {
  display: block;
  margin: 0 auto 20px;
}
.retrieve-pwd .item.line-left {
  border-left: 1px #ccc dashed;
}
.retrieve-pwd .pwd-head .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: #fff;
  z-index: -1;
}
.retrieve-pwd .pwd-head .title {
  padding: 0;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.retrieve-pwd .view {
  width: 644px;
  margin: auto;
  overflow: hidden;
}
.retrieve-pwd .pages {
  overflow: auto;
  margin-top: 0;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.retrieve-pwd .input-wrapper {
  position: relative;
  margin-top: 20px;
}
.retrieve-pwd .input-wrapper label {
  position: absolute;
  line-height: 40px;
  font-size: 14px;
  left: 10px;
  color: #333;
  display: block;
  width: 60px;
  text-align: center;
}
.retrieve-pwd .input-wrapper input {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  border: 1px #ccc solid;
  padding-left: 75px;
  width: 100%;
  color: #000;
}
.retrieve-pwd .captcha-input input {
  width: 46%;
  padding-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.retrieve-pwd .captcha-input a {
  width: 32%;
  display: inline-block;
  background-color: #ff5f69;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-style: none;
  border-radius: 3px;
  vertical-align: middle;
}
.input-wrapper .view-pwd {
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
  line-height: 40px;
}
.retrieve-pwd .get-captcha.disabled {
  background-color: #ccc;
}
.input-wrapper .view-pwd .icon {
  line-height: 40px;
  color: #ccc;
  font-size: 20px;
}
.input-wrapper .view-pwd.active .icon {
  color: #22c064;
}
.retrieve-pwd .page-phone .wrapper {
  padding: 90px 50px;
}
.retrieve-pwd .page-new-pwd .wrapper {
  padding: 70px 50px;
}
.retrieve-pwd .page-email .wrapper {
  padding: 100px 50px;
}
.page .error-tip {
  color: #f00;
  clear: both;
  margin: 10px 1px;
  display: none;
}
.page .tips {
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  margin-top: 10px;
  display: block;
  padding: 0 5px;
}
a.submit-btn {
  background-color: #ff5f69;
  color: #fff;
  border-radius: 3px;
  line-height: 30px;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.captcha-input .prefix {
  width: 20%;
  float: left;
  height: 40px;
  margin-right: 1%;
}
