#kc-social-providers .social-providers-title {
    text-align: center;
    padding: 12px 0;
    color: #b4bbc6;
  }
  #kc-social-providers .social-providers-content {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  #kc-social-providers .social-providers-content a {
      border: 2px solid #cfd4dc;
      border-radius: 8px;
      width: 56px;
      height: 56px;
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px;
      padding: 8px;
    }

.social-providers__buttonMore__list {
  background: #FFFFFF;

  box-shadow: 0 6px 10px rgba(108, 115, 125, 0.14), 0 1px 18px rgba(108, 115, 125, 0.12);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 16px;
}

.social-providers__buttonMore__list a {
    background: white;
  }

.aboutX5ID__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #494C49;
}

.aboutX5ID__description .aboutX5ID__link {
    text-decoration: underline;
  }

.aboutX5ID__description .aboutX5ID__link.blue {
      color: #639BFF;
    }

.aboutX5ID__description .aboutX5ID__list {
    list-style-type: initial;
    padding-left: 22px;
  }

.hidden-container {
  display: none;
}

