.forgetPassword {
  width: 1022px;
  height: 625px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin: auto;
}
.forgetPassword .left-img {
  width: 500px;
  height: 625px;
  float: left;
  background-image: url(../img/bg.47b91091.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 0 0 50px;
}
.forgetPassword .right-box {
  width: 522px;
  height: 625px;
  float: left;
  text-align: center;
}
.forgetPassword .right-box .title {
  height: 80px;
  line-height: 80px;
  font-size: 42px;
  font-weight: bold;
  color: #2949F0;
  margin-top: 40px;
}
.forgetPassword .right-box .icon1 {
  width: 255px;
  clear: both;
  margin-top: 40px;
  margin-left: -30px;
}
.forgetPassword .right-box .ant-form {
  width: 360px;
  margin: 0 80px;
  margin-top: 45px;
}
.forgetPassword .right-box .ant-form .ant-form-item {
  height: 70px;
  margin-bottom: 0;
}
.forgetPassword .right-box .ant-form .ant-input {
  width: 356px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 7px 3px rgba(201, 201, 201, 0.2);
          box-shadow: 0px 3px 7px 3px rgba(201, 201, 201, 0.2);
  background-color: #fff;
  margin: 5px;
  text-align: left;
}
.forgetPassword .right-box .ant-form .ant-input-prefix {
  width: 14px;
}
.forgetPassword .right-box .ant-form .ant-input-prefix img {
  width: 100%;
}
.forgetPassword .right-box .ant-form .passwords {
  margin-bottom: 1px;
}
.forgetPassword .right-box .ant-form .passwords .ant-checkbox-wrapper {
  color: #9289a6;
}
.forgetPassword .right-box .ant-form .passwords .ant-checkbox-wrapper .ant-checkbox-input {
  visibility: hidden;
}
.forgetPassword .right-box .ant-form .passwords .ant-checkbox-wrapper .ant-checkbox-inner {
  border-radius: 10px;
  background-color: #e4e4e4;
  border-color: transparent;
}
.forgetPassword .right-box .ant-form .passwords .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1784fc;
}
.forgetPassword .right-box .ant-form .passwords a {
  color: #9289a6;
}
.forgetPassword .right-box .ant-form .loginBtn {
  width: 360px;
  height: 130px;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.forgetPassword .right-box .ant-form .loginBtn .login-button {
  width: 270px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 10px;
  background-color: #4A7FFF;
  border-color: #4A7FFF;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  text-shadow: inherit;
  display: inline-block;
}
.forgetPassword .right-box .ant-form .loginBtn a {
  font-size: 20px;
  color: #4A7EFF;
  font-weight: bold;
  text-align: center;
  display: block;
}
.forgetPassword .right-box .ant-form .getCaptcha {
  width: 100%;
  height: 45px;
  display: block;
  border: none;
  background-color: #5764ff;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.forgetPassword .link {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  position: relative;
  top: 30px;
}

