.pwdLoginFormContainer {
  .registerAndResetPwdGroup {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    line-height: 14px;
    a {
      position: relative;
      font-size: 12px;
      font-family: Roboto-Regular, Roboto;
      font-weight: 400;
      line-height: 14px;
      color: #1679ff;
      margin-left: 13px;

      &:nth-of-type(2):after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -7px;
        border: none;
        width: 1px;
        height: 8px;
        background: #9b9b9b;
      }
    }
  }

  :global {
    .ant-checkbox-wrapper {
      white-space: nowrap;
    }
  }
  .agreementInfoGroup {
    margin-top: 15px;
    :global {
      .ant-form-item-explain,
      .ant-form-item-extra {
        position: absolute;
        bottom: -110px;
        left: 0;
        right: 0;
        text-align: center;
      }

      .ant-form-item-explain.ant-form-item-explain-error {
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
        text-align: center;
      }
    }
  }
}
