﻿#AmazonExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/amazon.svg);
}

#AmazonExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/amazon.svg);
}

#FacebookExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/facebook.svg);
  background-color: #fff;
  background-repeat: no-repeat;
}
/* #FacebookExchange:hover {
     background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/facebook.svg);
}
*/
#GitHubExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/github.svg);
}

#GitHubExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/github.svg);
}

#AppleExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/apple.svg);
}

#AppleExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/apple.svg);
}

#GoogleExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/google.svg);
}

#GoogleExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/google.svg);
}

#LinkedInExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/linkedin.svg);
}

#LinkedInExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/linkedin.svg);
}

#MicrosoftAccountExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/microsoft.svg);
}

#MicrosoftAccountExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/microsoft.svg);
}

#QQExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/qq.svg);
}

#QQExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/qq.svg);
}

#TwitterExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/twitter.svg);
}

#TwitterExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/twitter.svg);
}

#WeChatExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/wechat.svg);
}

#WeChatExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/wechat.svg);
}

#WeiboExchange {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/colored/weibo.svg);
}

#WeiboExchange:hover {
  background-image: url(https://beeginb2c.b2clogin.com/static/tenant/templates/idp_logos/white/weibo.svg);
}

#AmazonExchange:hover {
  background-color: #36474f !important;
}

#FacebookExchange:hover {
  background-color: #3b5595 !important;
}

#GitHubExchange:hover {
  background-color: #0f0f0f !important;
}

#AppleExchange:hover {
  background-color: #0f0f0f !important;
}

#GoogleExchange:hover {
  background-color: #c64a29 !important;
}

#LinkedInExchange:hover {
  background-color: #0274b3 !important;
}

#MicrosoftAccountExchange:hover {
  background-color: #01a4ef !important;
}

#QQExchange:hover {
  background-color: #1a97df !important;
}

#TwitterExchange:hover {
  background-color: #1da1f2 !important;
}

#WeChatExchange:hover {
  background-color: #4cc522 !important;
}

#WeiboExchange:hover {
  background-color: #e81123 !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: grey;
}

.login-box {
  padding: 0;
  background-color: #131b30; /* max-width: 400px; */
  margin: 0 auto;
  border-radius: 10px;
  line-height: normal;
}

.login-social-buttons a {
  padding: 5px;
  border-radius: 4px;
  min-width: 80px;
  height: 27px;
  background-color: #fff;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  border-radius: 32px !important;
  border: 1px solid #131b30 !important;
  height: 40px !important;
  min-width: 166px !important;
}
.login-social {
  height: 50px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
}

.login-social.google {
  background-image: url("/images/login-social-google.svg");
}

.login-social.facebook {
  background-image: url("/images/login-social-facebook.svg");
}

.login-social.linkedin {
  background-image: url("/images/login-social-linkedin.svg");
}

.social > div {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}

@media (max-width: 378px) {
    .social {
        max-width: 120px;
        gap: 12px;
    }

  .social .col-6 {
    padding: 0;
  }
  .login-social {
    height: 42px;
    background-color: #fff;
    background-size: contain;
  }
}
