.modalContent {
  width: 100%;
  height: 100%;

  .ant-form-item-feedback-icon {
    margin-left: 10px;
  }

  .formBox {
    position: relative;
    .ant-input-password-icon {
      margin-top: 6px;
    }
    .tipsText {
      position: absolute;
      right: 40px;
      top: 7px;
      z-index: 11;
    }

    .tipsGreen {
      color: limegreen;
    }

    .tipsRed {
      color: red;
    }

    .tipsOrange {
      color: coral;
    }
  }

}