

/************************************************************************************************** */
/* Base Style Override 
/************************************************************************************************** */

/************************************************************************************************** */
/* Login-P
/************************************************************************************************** */
#banner {
	height: auto;
}
a.p-reset {
	color: #666!important;
	font-size: 10pt;
	display: inline-block;
	margin: 10px 0;	
}
body.login-p .h-banner {
	width: 100%;
	height: auto;
	background: url(../../images/banner/onboarding.jpg) center center no-repeat;
	background-size: cover;
}

div.login-form {
	width: 100%;
	max-width: 380px;
	padding: 15vh 0 15vh 0;
	margin: 0 auto;
}
body.login-p .account-lg {
	color: #0076bf;
	background: url(../../images/icons/ico-account.png) left center no-repeat;
    background-size: 25px;
    padding-left: 30px;
    padding: 8px 15px 8px 30px;
    margin: 0 10px;
}
body.login-p header {
	background: none;
	box-shadow: none;
}
	body.login-p header.navbar_fixed {
		background: #fff;
		-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.03);
		box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.03);
	}
body.login-p a.cb-logo {
	width: 130px;
    height: 29px;
    display: inline-block;
    background: url(../../images/core/carbar-logo.png) 0 0 no-repeat;
    background-size: 130px;
    margin-top: 12px;
}

body.login-p h1,
body.login-p #banner h1 {
	color: #333!important;
	font-size: 20pt;
	font-family: 'futura-pt', sans-serif;
    font-weight: 300;
    text-align: left;
}

.button.simple.back {
	color: #666!important;
	margin-right: 5px;
}

.button.simple.back:hover {
	color: #666!important;
	background: none!important;
	box-shadow: none!important;
}

.bx-notmemb {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 20px 0;
	margin-top: 20px;
}
.bx-notmemb p {
	font-size: 12pt;
	color: #888;
}
.bx-notmemb a {
	color: #0076bf;
}


@media screen and (min-width: 1500px){
	body.login-p .h-banner {
		min-height: 70vh;
	}
}
@media screen and (max-width: 1000px){
	.n-signup {
		display: block;
	}
	.button.menuphone {
		display: none;
	}
}
@media screen and (max-width: 900px){
}

@media screen and (max-width: 700px){
}
@media screen and (max-width: 500px){
	
	div.login-form {
		padding-right: 20px;
		padding-left: 20px;
	}

}




/*****************************************************************

	SIGN UP 
	
******************************************************************/


div.signup-opt {
	display: flex;
	flex-wrap: wrap;
}

div.signup-opt > div {
	width: 98%;
	margin: 1%;
	background: #fff;
	vertical-align: top;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,1);
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
	transition-duration:.25s;
	cursor: pointer;
}

	div.signup-opt > div {
		cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
		
	}
	div.signup-opt > div:hover {
		
	-webkit-transform:translateY(0.5%);
	transform:translateY(0.5%);
	transition-duration:.25s;
	-webkit-box-shadow:0 20px 30px 0 rgba(12,0,46,0.1);
	box-shadow:0 20px 30px 0 rgba(12,0,46,0.1);
	border: 1px solid rgba(0,118,188,0.5);
	}
	
	div.trigger {
		padding: 20px;
		padding-right: 60px;
	}
	
	div.signup-ps.selected,
	div.signup-eb.selected {
		border: 1px solid rgba(0,118,188,0.5)!important;
		
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;
	}
		
		div.signup-ps.selected:hover ,
		div.signup-eb.selected:hover {
			box-shadow: none;
			-webkit-transform:translateY(0%);
			transform:translateY(0%);
			transition-duration:.25s;
		}
	
	
	div.signup-ps p.title,
	div.signup-eb p.title {
		margin: 0px;
	}
	div.signup-ps.selected p.title,
	div.signup-eb.selected p.title {
		color: #0076bf;
	}
	
	div.signup-ps.selected .trigger,
	div.signup-eb.selected .trigger{
		padding-bottom: 0px;
	}

div.signup-opt p.title {
	font-size: 16pt;
}


div.signup-opt .login-form {
	
	padding: 0px 20px 20px 20px;
	display: none;
}
	div.signup-opt .login-form.selected {
		display: block;
	}

div.signup-opt.signup-ps {}
























