/* --------- Profile ----------- */
#logoWrap.largeNav {
	background: url('/static/images/jbxxl_11.png') repeat;
}

#footer {
	z-index: 999;
	top: 0px;
	background: #fff;
}

.navFloat.active {
	margin-top: -340px;
	background: #C58E90;
}

.error {
	text-align: center;
	font-size: 16px;
	color: #d40000;
	width: 80%;
	margin: 0 auto 15px auto;
}

.login {
	width: 40%;
	clear: left;
	margin: 50px auto 20px auto;
	padding: 25px 25px 25px 25px;
	position: relative;
	z-index: 2;
	/*background: url('/static/images/jbxxl_11.png') repeat;*/
	background: rgba(255,255,255,0.75);
	display: inline-block;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

.formLeft {
	float: left;
	width: 50%;
/*	border-right: 1px solid #fff;*/
}

.formRight {
	float: left;
	width: 50%;
}



/*#crowdCTA {
	float: left;
	width: 100%;
	margin: 30px 0 10px 0;
	font-size: 13px;
	font-weight: 500;
}*/

.login h1{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: 700;
		-webkit-font-smoothing: antialiased;
}


.registerIntro {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 5px 0;
}

.login h2{
	margin: 0;
	padding: 20px 0 20px 0;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}


.login label{
	float: left;
	text-align: left;
	width: 80%;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 10% 0px 10%;

}

.login input[type="text"], .login input.datepicker, .login input[type="password"] {
	float: left;
	width: 75%;
	margin: 5px 10% 5px 10%;
	padding: 1%;
	text-align: left;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
}

input:-webkit-autofill {
	background: #fff;

}

#crowdback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

#crowdback img{
	width: 100%;
	height: auto;
}

.login input#loginSubmit {
	float: left;
	width: 50%;
	margin: 20px 25% 10px 25%;
	border: none;
	padding: 2% 0 2% 0;
	font-size: 15px;
	color: #fff;
	border: none;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: #d40000;
	-webkit-font-smoothing: antialiased;
}

.login input#loginSubmit:hover {
	background: #BF0000;
	cursor: pointer;
/*	color: #000;*/
}






