.approw-guard-third-login-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.approw-social-login-item {
  display: inline-flex;
  margin: 8px 8px;
  width: 48px;
  height: 48px;
  background-color: #eff1f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;

  .approw-icon {
    font-size: 20px;
    color: #aeb9d4;
    transition: color 0.3s ease-in-out;
  }

  &:hover .approw-icon {
    color: #396aff;
  }
}

.approw-social-login-title {
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.approw-social-login-title::before,
.approw-social-login-title::after {
  content: '——';
  color: #eeeeee;
  margin: 0 11px;
}

.approw-social-login-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 719px) {
  .approw-social-login-title {
    font-size: 12px;
  }
  .approw-social-login-item {
    width: 32px;
    height: 32px;
    .approw-icon {
      font-size: 16px;
    }
  }
  .approw-guard-full-width-space {
    .approw-ant-space-item {
      margin-bottom: 16px !important;
      display: flex;
      justify-content: center;
      .approw-ant-btn {
        width: 200px;
        height: 34px;
        background: #ffffff;
        border-radius: 18px;
        border: 1px solid #e7e7e7;
        font-size: 12px;
      }
    }
  }
}
