#amazon-root{
	display:inline;
}
#registerform #wp-social-login-connect-options,#registerform #wp-social-login-connect-with,#registerform .access-text-login{
	display:none;
}
#LoginWithAmazon{
	background: url("../images/amazon-ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 24px;
	margin: 5px 10px 5px 5px;
	width: 24px;
	transition-duration:0s;
}
#LoginWithAmazon:hover{
	background: url("../images/amazon-ico.png") no-repeat scroll 0 -26px rgba(0, 0, 0, 0);
}
.wsl_connect_with_provider {
  color: #00ADEF;
  display: inline-block;
  margin-right: 7px;
  margin-top: 2px;
}
.wsl_connect_with_provider:hover {
  color: #F75E00;
}
