/* CSS Document */


.blur {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.facebook_login, .google_login {
	background-color:rgb(60, 89, 152);
	border-bottom:2px solid rgb(45, 67, 115);
	line-height:35px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
	width:100%;
    box-sizing: border-box;
	padding:0px 5px 0px 30px;
	text-align:left;
	display:block;
	text-decoration:none;
	background-image:url(https://storage.googleapis.com/crowdsite-static/icons/f_facebook.png);
	background-repeat:no-repeat;
	background-position:5px 7px;
	color: #fff;
	margin-bottom:10px;
}

.facebook_login:hover {
	background-color:rgb(45, 67, 115);
	border-bottom:2px solid rgb(60, 89, 152);
}

.google_login {
	background-color:#eb6950;
	border-bottom:2px solid #db4937;
	background-image:url(https://storage.googleapis.com/crowdsite-static/icons/google-login.png);
}

.google_login:hover {
	background-color:#db4937;
	border-bottom:2px solid #eb6950;
}


.or_seperator {
	font-style:italic;
	text-align: center;
}

.hide {
	display:none;	
}

.red_border {
	border-color:#F00 !important;
}

@media (min-width: 767px) {
	

	

}