﻿.facebook-btn {
    background-image: url('Images/facebook-account-logo.png');
    background-repeat: no-repeat;
    height: 46px !important;
    width: 230px !important;
    margin: 0 2px 0 0px;
}

.google-btn {
  background-image: url('Images/google-account-logo.png');
  background-repeat: no-repeat;
  width: 230px !important;
  margin: 0 0px 0 2px;
}

.twitter-btn {
    background-image: url('Images/twitter-account-logo.png');
    background-repeat: no-repeat;
    height: 46px !important;
    width: 191px !important;
}

.microsoft-btn {
    background-image: url('Images/microsoft-account-logo.png');
    background-repeat: no-repeat;
    height: 46px !important;
    width: 191px !important;
}

.linkedin-btn {
    background-image: url('Images/linkedin-account-logo.png');
    background-repeat: no-repeat;
    height: 46px !important;
    width: 191px !important;
}

@media (min-width: 1001px) .footer-block {
    float: left; width: 220px; margin: 0;
}

.ExtendedAuthentication .social ul {
  /*margin: 0 0 30px;*/
  /*border-bottom: 1px solid #ddd;*/
  /*padding: 0 0 30px;*/
  font-size: 0;
}

.ExtendedAuthentication .social li {
    margin: 0 2px 0 0;
    padding: 3px 0 3px 0;
    display: inline-block;
}

.ExtendedAuthentication .social .networks {
  text-align: center;
  margin-top: 20px;
}

.ExtendedAuthentication .social .facebook a {
    background-position: 0 0;
}

.ExtendedAuthentication .social a {
    display: block;
    width: 220px;
    height: 48px;
    font-size: 0;
}

.external-authentication .title {
  margin: 10px 0 10px 0;
  background: linear-gradient(90deg, #009CC7 0%, #4E4894 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
}


