.pwdCheck{font-size:14px!important}.pwdCheck .success{color:#19be6b}.pwdCheck .error{color:#ed4014}
.forgetPassword input {
  height: 40px;
}
.forgetPassword .ivu-form-item-label {
  font-size: 18px;
}
.forgetPassword .ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014 !important;
}

.pwd[data-v-41679fb2] {
  height: 100%;
  overflow: hidden;
}
.pwd .header[data-v-41679fb2] {
  cursor: pointer;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.pwd .header img[data-v-41679fb2] {
  float: left;
  margin-left: 10px;
  height: 100%;
}
.pwd .main[data-v-41679fb2] {
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
}
.forgetPassword[data-v-41679fb2] {
  padding: 0 10px;
  width: 50%;
  min-width: 940px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.forgetPassword .top[data-v-41679fb2] {
  text-align: left;
  height: 50px;
  line-height: 60px;
  border-bottom: 1px solid #a6a6a64e;
  margin-bottom: 40px;
}
.forgetPassword .top .title[data-v-41679fb2]{
  font-size: 20px;
  font-weight: 700;
}
.forgetPassword .top .desc[data-v-41679fb2]{
  color: #ed4014;
  font-size: 15px;
  margin-left: 20px;
}
.forgetPassword .getCode[data-v-41679fb2] {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 110px;
  width: 100px;
  height: 40px;
}
.forgetPassword .container[data-v-41679fb2] {
  position: relative;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
}
.forgetPassword .container .formBox[data-v-41679fb2] {
  margin: 0 auto;
  width: 50%;
}
.forgetPassword .container .formBox .btns[data-v-41679fb2] {
  float: right;
}
.forgetPassword .container .formBox .btns button[data-v-41679fb2] {
  /* height: 40px; */
}
.forgetPassword .container .formBox .btns button[data-v-41679fb2]:first-child {
  margin-right: 30px;
}
