
.force-pwd-overlay[data-v-56ef3294] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f0f2f5;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.force-pwd-card[data-v-56ef3294] {
  width: 420px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  padding: 40px 36px 32px;
}
.force-pwd-header[data-v-56ef3294] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.force-pwd-header h2[data-v-56ef3294] {
  margin-top: 10px;
  font-size: 20px;
  color: #17233d;
  font-weight: 600;
}
.force-pwd-tip[data-v-56ef3294] {
  margin-bottom: 24px;
  color: #808695;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.center {
  text-align: center;
}
.login {
  font-family: Arial, "PingFang SC", "Microsoft YaHei";
  width: 100%;
  height: 100%;
  background-color: #d9dcd6;
  background-size: cover;
}
.login .content {
  width: 424px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
}
.login .ivu-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.login .form-con {
  margin: 32px 0;
  width: 424px;
  background: #fff;
  padding: 32px 32px;
  border-radius: 8px;
}
.login .form-con .ivu-input {
  border: 1px solid #E8E8EE;
  border-radius: 4px;
  font-size: 16px;
  color: #525252;
  padding: 0 20px;
}
.login .form-con .ivu-input:focus {
  border: 1px solid #0097F6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login .form-con .ivu-form-item-error-tip {
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #f66;
  top: 90%;
}
.login .form-con .ivu-form-item {
  margin-bottom: 22px;
}
.login .form-con .remember {
  margin: -10px 0 10px;
}
.login .form-con .ivu-input,
.login .form-con .ivu-btn {
  height: 48px;
}
.login .form-con .ivu-btn {
  font-size: 16px;
}
.login .form-con .ivu-input-group-prepend {
  padding: 4px 15px;
}
.login .form-con .code-input {
  width: 172px;
}
.login .form-con .codeUrl {
  height: 80%;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.login .login-tip {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}
.login .footerDesc {
  font-family: "MicrosoftYaHei";
  color: #A6A6A8;
  font-size: 14px;
}
.login .otherWay {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.login .otherWay .inline {
  display: inline-block;
}
.login .otherWay .align {
  vertical-align: middle;
}
.login .otherWay .marginLeft {
  margin-left: 20px;
  float: right;
}
.login .remember {
  font-size: 14px;
}
.draw {
  position: fixed;
  width: 1px;
  z-index: 99999;
  line-height: 1px;
  pointer-events: none;
}
@-webkit-keyframes floatOne {
0% {
    opacity: 1;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3D(0, -20px, 0) scale(5) rotate(45deg);
            transform: translate3D(0, -20px, 0) scale(5) rotate(45deg);
}
}
@keyframes floatOne {
0% {
    opacity: 1;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3D(0, -20px, 0) scale(5) rotate(45deg);
            transform: translate3D(0, -20px, 0) scale(5) rotate(45deg);
}
}


.login {
  width: 100%;
  height: 100%;
}
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

