#soc-auth-msg {
	position: fixed;
	z-index:10000;
	top:-30px;
	left:0;
	width:100%;
	display:none;

}
#soc-auth-msg .message {
	position: absolute;
	padding:0 1%;
	margin-top: 70px;
	border-radius:6px;
	border: none;
	text-align:center;
	width:35%;
	left:35%;
  color:#fff;opacity:0.85;
}

#soc-auth-msg .error{background-color:rgb(204,0,0);}
#soc-auth-msg .success{background-color:rgb(0,102,0);}
#soc-auth-msg .form{background-color:#333;opacity:0.95;}

#soc-auth-msg .loader img {
	opacity:0.9;
}
#soc-auth-msg .message .inside {
	padding:20px;
}

.auth-img img{width:16px;height:16px;}
