/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

ul.social-login li.social-net-element {
  display: inline-block;
}

.social-net-icon .provider-name {
  display: none;
}

ul.social-login{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 370px;
  margin: auto;
}

ul.social-login li.social-net-element.social-net-icon {
  margin-left: 0;
  height: auto;
  line-height: 1;
}

ul.social-login li.social-net-element.social-net-icon:not(:last-of-type) {
  margin-right: 5px;
}

.social-net-icon {
  text-align: center;
  margin: 0;
}

.social-net-icon .fa {
  font-size: 16px;
  color: #fff;
  padding: 3px 2px 1px 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}

ul.social-login li.social-net-button {
  background: none;
  padding: 0;
  margin: 9px 6px 9px 0;
}

.social-net-button .provider-name {
  position: relative;
  padding: 0 15px 0 15px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  height: 100%;
  border-left: solid 1px;
}

.social-net-button a {
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid;
  display: flex;
  align-items: center;
}

.social-net-button .fa {
  font-size: 19px;
  color: #fff;
  margin-left: 8px;
  margin-right: 2px;
  margin-top: 5px;
  width: 24px;
  height: 24px;
  vertical-align: -4px;
  text-align: center;
  position: relative;
}

.social-login-note {
  margin-top: 10px;
}

ul.account-links .social-login-container {
  margin-left: 10px;
}

.signin-login-wrapper .social-login-note {
  font-size: 12px;
  margin-top: 22px;
  text-align: center;
}

.signin-login-wrapper .social-login-container {
  text-align: center;
  margin-bottom: 20px;
}

.signin-anonymous-wrapper .social-login-note.note-before {
  margin-bottom: 10px;
}

.signin-anonymous-wrapper .social-login-note.note-after {
  margin-top: 10px;
}

.signin-anonymous-wrapper .social-net-icon .fa {
  font-size: 26px;
  padding: 5px 2px 1px 2px;
  border-radius: 3px;
  width: 34px;
  height: 34px;
}

.profile-form .button.social-login {
  line-height: 34px;
  font-size: 15px;
}

.profile-form ul.social-login {
  margin: 0;
}

.profile-form .social-login-container {
  padding-top: 2px;
}

.widget-authorization .social-login-note.note-after {
  margin-top: 14px;
}

.responsive-mobile .widget-authorization ul.social-login li.social-net-button {
  justify-content: center;
}

.profile-form-container .model-form-buttons .button.submit {
  float: none;
}
