html {
  font-family:
    system-ui,
    /* 系统默认字体 */
    -apple-system,
    /* 兼容旧版苹果 */
    BlinkMacSystemFont,
    /* 兼容新版Chromium内核 */
    "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", "WenQuanYi Micro Hei",
    sans-serif;
  width: 100%;
  height: 100%;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family:
    system-ui,
    /* 系统默认字体 */
    -apple-system,
    /* 兼容旧版苹果 */
    BlinkMacSystemFont,
    /* 兼容新版Chromium内核 */
    "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", "WenQuanYi Micro Hei",
    sans-serif;
  height: 100vh;
  line-height: 21px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ivu-form-item-content {
  display: flex;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

.disabled {
  color: #6B7A99;
}

input {
  background-color: transparent;
}

.flex {
  display: flex;
}

a:hover {
  text-decoration: none !important;
}

a:not([href]):not([tabindex]),
a {
  color: #328DFF;

  &:hover {
    color: #328DFF;
  }
}

input:focus-visible {
  outline: none;
  border: 1px solid #3775F6;
  box-sizing: border-box;
  box-shadow: none !important;
  /* box-shadow: 0px 0px 8px rgba(55, 117, 246, 0.15); */
}

div:focus-visible {
  outline: none
}

.form-logo {
  display: none;
}

.message-notice {
  pointer-events: all;
  position: absolute;
  width: calc(100% - 100px);
  top: 60px;
  /* display: none; */
  z-index: 10000;
  text-align: center;
}

.message-notice-box {
  display: inline-block;
}

.error-style {
  background: #FFE9EB;
  border: 1px solid #FF4343;
  color: #FF4343;
}

.success-style {
  background: #F2FFED;
  border: 1px solid #67D144;
  color: #67D144;
}

#verifyImage {
  width: 104px;
  height: 40px;
}

.message-style {
  display: none;
  padding: 10px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 28px;
}

.message-style img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.message-style>span {
  vertical-align: middle;
}

.error-tip {
  display: none;
  position: absolute;
  color: #FF4D4F;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.main-color {
  color: #3375FF;
}

.link-active {
  color: #3375FF;
}

.ivu-input {
  color: #3775F6;
}

input::-webkit-input-placeholder {
  color: #c1c1c1;
  font-family:
    system-ui,
    /* 系统默认字体 */
    -apple-system,
    /* 兼容旧版苹果 */
    BlinkMacSystemFont,
    /* 兼容新版Chromium内核 */
    "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", "WenQuanYi Micro Hei",
    sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}

input:-moz-placeholder {
  color: #c1c1c1;
  font-family:
    system-ui,
    /* 系统默认字体 */
    -apple-system,
    /* 兼容旧版苹果 */
    BlinkMacSystemFont,
    /* 兼容新版Chromium内核 */
    "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", "WenQuanYi Micro Hei",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

input:-ms-input-placeholder {
  color: #c1c1c1;
  font-family:
    system-ui,
    /* 系统默认字体 */
    -apple-system,
    /* 兼容旧版苹果 */
    BlinkMacSystemFont,
    /* 兼容新版Chromium内核 */
    "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", "WenQuanYi Micro Hei",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.left-wrapper {
  width: 40%;
  height: 100%;
  /* background-color: #F9FAFD; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-wrapper {
  /* width: 60%; */
  height: 100%;
}

.main-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

/* saml login page style */
.flex-wrapper {
  display: flex;
}

.flex-wrapper .right-wrapper {
  background-color: #F9FAFD;
}

.flex-wrapper .right-wrapper {
  width: 60%;
}

.verify-code {
  width: 220px
}

.link-style {
  padding-top: 32px;
}

.link-style a {
  margin-left: 10px;
  text-decoration: none;
}

.protocol-content {
  padding-top: 24px;
}

.page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.copy-content {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6B7A99;
  margin-bottom: 0;
}

.tmx-form {
  width: 100%;
  font-size: 14px;
}

.ivu-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  position: relative;
}

.tmx-form .ivu-form-item-label {
  line-height: 18px;
  color: #6B7A99;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 11px;
  top: 11px;
  margin-bottom: 0;
}

.tmx-form .ivu-form-item-label.actived {
  margin-bottom: 4px;
  color: #6B7A99;
  box-sizing: border-box;
  width: auto;
  height: 25px;
  background: #F2F6FF;
  position: absolute;
  padding: 4px 8px 2px 8px;
  z-index: 1;
  left: 0;
  top: -24px;
}

.saml-login {
  min-width: 100px;
}

.tmx-form .ivu-form-item-label.focus {
  margin-bottom: 4px;
  color: #165AE5;
  box-sizing: border-box;
  width: auto;
  height: 25px;
  background: #F2F6FF;
  border: 1px solid #165AE5;
  border-bottom: none;
  position: absolute;
  padding: 4px 8px 2px 8px;
  z-index: 1;
  left: 0;
  top: -24px;
}

/* .tmx-form .ivu-form-item-label.focus.animate {
  left: 11px;
  top: 11px;
  animation: focus 0.2s;
  transform: translate(-11px, -35px);
} */

@keyframes focus {
  from {
    opacity: 0;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
    transform: translate(-11px, -35px);
  }
}

.ivu-form-item-content {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
}

.tmx-form .ivu-form-item-content .tmx-input {
  width: 100%;
}

.tmx-input .ivu-input-suffix {
  overflow: hidden;
  line-height: 40px;
}

.ivu-form-item-error-tip {
  font-size: 12px;
  color: #FF4343;
  font-weight: 400;
  padding-top: 4px;
  letter-spacing: 0;
  font-weight: 400;
  position: absolute;
  top: 40px;
}

.tmx-btn.ivu-btn-default {
  border: 1px solid #CED2D9;
  color: #515A6E;
  background-color: #fff;
  border-radius: 2px;
}

.tmx-btn.ivu-btn-default[disabled] {
  background: #F5F7F9;
  color: #979CA8;
  border-color: #CED2D9;
  opacity: 0.72;
}

.info-tips {
  font-size: 12px;
  text-align: center;
  margin: 32px 0 0 0;
  display: none;
}

.ivu-input-suffix {
  height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  padding: 0 12px;
}

.tmx-input .ivu-input {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  background-image: none;
  position: relative;
  cursor: text;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 12px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 0.8px solid #D9D9D9;
  color: #333333;
  line-height: 24px;
  font-weight: 400;

  &:hover,
  &:focus {
    border: 0.8px solid #328DFF;
  }
}

/* .tmx-input .ivu-input:focus {
  border: 1px solid #3775F6;
  border-radius: 0px 4px 4px 4px;
} */

.input-suffix {
  position: relative;
  /* top: 8px; */
}

.btn-pointer {
  cursor: pointer;
}

.btn-submit {
  background: #328DFF;
  border-radius: 6px;
  padding: 10px 21px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 128px;
  height: 40px;
  width: 100%;
}

.btn-submit:disabled {
  opacity: 0.5;
  background: #328DFF;
  border-radius: 6px;
  cursor: not-allowed;
}

button {
  outline: none;
  border: none
}

button:focus {
  outline: none;
}

.el-divider {
  background-color: #dcdfe6;
  position: relative;
  display: block;
  height: 1px;
  width: 344px;
  margin: 40px 0;
}

.el-divider__text {
  position: absolute;
  background-color: #fff;
  padding: 0 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #979CA8;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sso-login {
  /* width: 64px;
  height: 64px; */
  border-radius: 50%;
  /* border: 1px solid #C5C8CE; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.sso-login .sso-btn {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-btn {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  width: 100%;
  font-size: 0;
}

.sign-btn {
  cursor: pointer;
  font-size: 14px;
  color: #328DFF !important;
  line-height: 22px;
  font-weight: 400;
  margin-left: 10px;
}


.verify-img {
  margin-top: 0;
  margin-bottom: 24px;
}

.sign-box {
  margin-top: 20px;
  z-index: 0;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  font-weight: 400;
  /* margin-bottom: 64px; */
}

.ivu-tooltip-content {
  position: absolute;
  z-index: 99;
  top: 45px;
  right: 0;
  display: none;
}

.ivu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 10px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.ivu-tooltip-inner {
  max-width: 254px;
  min-height: 34px;
  padding: 8px 12px;
  color: #050C1A;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0px 8px rgb(5 12 26 / 10%);
  white-space: nowrap;
  border-radius: 4px;
}

.ivu-tooltip-inner p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 12px;
}

.ivu-tooltip-inner p img {
  margin-right: 5px;
  margin-top: -2px;
}

.review-box {
  display: flex;
  position: relative;
  height: 100%;
}

.review-footer p {
  margin-bottom: 0;
  font-size: 12px;
  color: #6B7A99;
}

.sso-wrapper {
  height: 100%;
  width: 100%;
  background: url('https://file.cloud.fibocom.com/companysite/sso_wrapper_bg.png') center center no-repeat;
  background-size: cover;
  padding: 40px 50px;
  box-sizing: border-box;
  min-height: 650px;
  overflow: hidden;
}

.sso-logo {
  font-size: 0;
  text-align: right;
  min-height: 23px;
}

.sso-logo-img {
  display: inline-block;
  width: 162px;
}


.sso-content {
  text-align: center;
  padding: 0 65px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-height: calc(100% - 23px);
}

.sso-title {
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-shadow: 0 0 3px rgba(0, 91, 172, 0.50);
  font-weight: 700;
  line-height: 58px;
}

.sso-subtitle {
  margin-top: 10px;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 0 3px rgba(0, 91, 172, 0.50);
  font-weight: 400;
  line-height: 44px;
}


.form-wrapper {
  width: 100%;
  max-width: 400px;
  height: 456px;
  margin: 30px auto 0;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(53, 107, 255, 0.50);
  border-radius: 10px;
  padding: 30px 20px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;

  ::v-deep {
    .tmx-checkbox {
      margin-right: 0;
    }

    .tmx-input {
      height: 40px;
    }

    .btn-wrapper {
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: center;

      .tmx-btn {
        height: 40px;
        line-height: 38px;
        flex: 1;
        width: 0;
        min-width: 0;
      }
    }

    .verify-code {
      .ivu-input {
        padding-right: 125px;
      }

      .ivu-input-suffix {
        width: auto;
        right: 5px;
      }
    }

    .register-code {
      width: 112px;
      height: 30px;
      line-height: 28px;
      transform: translateY(3px);

      span {
        position: relative !important;
        padding: 0;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 400;
      }
    }

    .info-tips {
      font-size: 12px;
      color: #8092AD;
      font-weight: 400;
      display: flex;
      padding: 5px 0;
      line-height: 16px;
    }

    .info-tips-icon {
      margin-right: 5px;
    }
  }
}


.form-title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-agreement {
  margin-top: 64px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 17px;
  font-weight: 400;
}

.copyright {
  font-size: 10px;
  color: #666666;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
}

.lang-container {
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  display: inline-flex;
  height: 23px;
  justify-content: end;
  padding: 0;
  width: 95px;
  margin-right: 32px;
  align-items: center;
}

@media (max-width: 780px) {
  .sso-wrapper {
    padding: 40px 30px;
  }

  .sso-content {
    display: flex;
    padding: 0;
  }
}

.footer-content {
  position: absolute;
  bottom: 24px;
}