.setpwdContentGroup {
  position: relative;
  padding: 17px 35px 34px;
  .otherOption{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    i{
      width: 1px;
      height: 10px;
      background: #cdcdce;
      margin: 0 8px;
    }
    a{
      font-size: 12px;
      color: #1679ff !important;
    }
  }
}
.headerGroup {
    position: relative;
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 43px;

    &:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      height: 2px;
      background: #eeeeee;
    }
  }

  @media screen and(max-width: 480px) {
    .setpwdContentGroup  {
      padding: 17px 20px 34px;
    }
  }