#social-login-popup {
  background: #242424 !important;
}
#social-login-popup .amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #c30052;
  color: white;
}
#social-login-popup .amsl-tablist .amsl-title .amsl-link:hover {
  color: white !important;
}
#social-login-popup .amsl-tablist .amsl-title:hover {
  background: #c30052;
  cursor: pointer;
}
#social-login-popup #amsl-login-content {
  max-width: 570px;
}
#social-login-popup #amsl-login-content .amsl-form {

  max-width: 100%;
}
#social-login-popup .amsl-form .block-customer-login {
  margin: 0 auto;
  width: 80%;
}
#social-login-popup .amsl-login-content .secondary .action.remind {
  color: white;
}
#social-login-popup .amsl-separator {
  display: none;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login {
  background: #242424 !important;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-title {
  color: white;
  background: none;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-error {
  background: none;
  color: #c30052;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  width: 30%;
  margin: 0 5px;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  height: 50px;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button .amsl-social-icon {
  background-position: left;
  width: 36%;
  background-size: 60%;
  float: left;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button.-google:after {
  content: "Google";
  line-height: 48px;
  color: gray;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button.-facebook:after {
  content: "Facebook";
  line-height: 48px;
  color: white;
}
#social-login-popup .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button.-amazon:after {
  content: "Amazon";
  line-height: 48px;
  color: gray;
}
#social-login-popup .input-text {
  background: #505050;
  border: 0;
  border-radius: 100px;
  color: white;
  height: 45px;
  border: 1px solid #505050 !important;
}
#social-login-popup #prefix {
  background: #505050;
  border: 1px solid #505050;
  border-radius: 100px;
  height: 45px;
  color: white;
}
#social-login-popup #amsl-register-content .label {
  color: white;
}
#social-login-popup #amsl-register-content .control.customer-dob #dob {
  background: #505050;
  border: 1px solid #505050;
  border-radius: 100px;
}
#social-login-popup .actions-toolbar .action.primary {
  background: #c30052;
  text-align: center;
}
#social-login-popup .amsl-register-content .password-strength-meter:before {
  background-color: unset;
}
#social-login-popup .amsl-register-content .password-none .password-strength-meter:before {
  background-color: unset;
}
.block-content .form-login .actions-toolbar .primary .action.login.primary {
  text-align: center;
  background: #c30052;
  border-radius: 30px;
}
#amsl-register-content .password-strength-meter {
  background: none;
  color: white;
}
