.login-content {
  .login-tab {
    position: relative;
    // padding-top: 34px;

    &.empty {
      // height: 76px;
    }

    .login-QR-code {
      position: absolute;
      right: 0;
      z-index: 2;
      width: 40px;
    }

    .ant-tabs {
      margin-top: 20px;
      .ant-tabs-tab {
        justify-content: center;
        width: 148px;

        .ant-tabs-tab-btn {
          font-size: 18px;
          text-shadow: unset;
        }

        &.ant-tabs-tab-active {
          .ant-tabs-tab-btn {
            color: #0a0a0a;
            font-weight: 500;
          }
        }
      }
    }
  }

  .code-login-header {
    padding: 20px 0 6px 0;
    color: #0a0a0a;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }

  .code-login-content {
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      width: 200px;
      margin-top: 10px;
    }
  }

  .login-question {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .ant-form-item {
      width: 300px;
      margin-bottom: 0 !important;
      .ant-form-item-control-input-content {
        height: auto;
      }
    }

    .ant-btn {
      padding: 0;
    }
  }

  // 系统类型 Radio 样式
  .login-form {
    .block-radio {
      display: flex;
      height: 100%;
      .ant-radio-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      & > label {
        flex: auto;
        height: 100%;
        text-align: center;

        .ant-radio-button {
          height: 100%;
        }
      }
    }
    .account-verify-code-item {
      .ant-form-item-control-input-content {
        box-sizing: border-box;
        .ant-space-compact {
          width: 100%;
          height: 40px;
          box-sizing: border-box;

          input {
            box-sizing: border-box;
            border-radius: 4px 0 0 4px !important;
          }
          .account-verify-code-render {
            box-sizing: border-box;
            padding: 4px;
            background: var(--ant-color-bg-container);
            border-width: var(--ant-line-width);
            border-style: var(--ant-line-type);
            border-color: var(--ant-color-border);
            border-radius: 0 4px 4px 0;
          }
        }
        .ant-input-group-wrapper {
          height: 100%;
          .ant-input-wrapper {
            height: 100%;
            input {
              border-radius: 4px 0 0 4px !important;
            }
          }
        }
      }
    }
  }
}

.login-modify-pwd-form {
  .ant-input-suffix {
    .ant-input-password-icon {
      > div {
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
}
