/* Sign up for a free account */

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color:#E8E9EB;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	min-width:640px;
	overflow-y:scroll;
}

.centerContainer {
	position:relative;
	width:640px;
	margin:50px auto;
}

.mainContainer {
	position:relative;
	float:left;
	width:640px;
	background-color:#ffffff;
}

.mainContainer .signupHeader {
	background:url('../images/campayn/new_2014/signup/login_header.jpg') 0px 0px no-repeat;
	width:100%;
	height:260px;
	display:table;
	vertical-align: bottom;
}

.mainContainer .signupHeader.hostPathway {
	background:url('../images/pages/login/pathway_header.png') 0px 0px no-repeat;
	background-size: cover;
	background-position: 0px -70px;
}

.mainContainer .cmpLogo {
	display:none;
	position:absolute;
	top:70px;
	left:220px;
	width:168px;
}

.mainContainer h1 {
	text-align:center;
	font-family:Roboto;
	width:640px;
	font-size:40px;
	font-weight:300;
	color:#ffffff;
	display:table-cell;
	padding-bottom: 26px;
	vertical-align: bottom;
}

.mainContainer .signupSocial {
	display:none;
	position:relative;
	clear:both;
	padding:20px;
}

.signupSocial .signUpFacebook, .signupSocial .signUpTwitter, .signupSocial .signUpGoogle, .signupSocial .signUpLinkedIn {
	display:table-cell;
	height:60px;
	width:150px;
	background:#265590 url('../images/campayn/new_2014/signup/social.png') 70px 15px no-repeat;
} 

.signupSocial .signUpTwitter {
	background-color:#0091c8;
	background-position:-75px 15px;
}

.signupSocial .signUpGoogle {
	background-color:#e5483f;
	background-position:-220px 15px;
}

.signupSocial .signUpLinkedIn {
	background-color:#0082b0;
	background-position:-367px 15px;
}

.mainContainer #signupBox {
	padding:0px;
	width:640px;
	position:relative;
}

#signupBox .errorText {
	position:absolute;
	color:#A44933;
	display:none;
	z-index:10;
}

#signupBox input[type=text],
#signupBox input[type=email],
#signupBox #password {
	box-shadow:none;
	border:none;
	border-bottom:1px solid #dfe3e7;
	width:600px;
	padding:15px 20px;
	font-size:16px;
	margin:0px;
	height:19px;
	display:block;
}

.firstAndLast, .signupUrl, .newsletterInput {
	position:relative;
	width:640px;
	height:49px;
	border-top:1px solid #dfe3e7;
	margin:0px;
	padding:0px;
}

.firstAndLast #firstName {
	position:absolute;
	top:0px;
	left:0px;
	/* border-right:1px solid #dfe3e7 !important; */
	width:279px !important;
}

.firstAndLast #lastName {
	position:absolute;
	top:0px;
	left:320px;
	width:280px !important;
}

.signupUrl, .newsletterInput {
	position:relative;
	border:none;
}

#siteAddress {
	padding-left:70px !important;
	width:550px !important;
}

#signupBox .domain, .placeholderUrl {
	font-size:16px;
	color:#bfbfbf;
	position:absolute;
	top:16px;
	left:510px;
}

.placeholderUrl {
	top:17px;
	left:20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:#999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#999;
}

.newsletterInput input {
	position:absolute;
	top:17px;
	left:20px;
}

.newsletterInput label {
	position:absolute;
	top:18px;
	left:60px;
	font-size:17px;
	color:#818181;
	cursor:pointer;
}

#signupBox input[type=text].error,
#signupBox input[type=email].error,
#signupBox #password.error {
	border-color:#A44933;
	background:#F5E2DB;
}

.signupSubmit {
	position:relative;
	margin:35px 0px 25px 0px;
}

#signupBox #submit {
	background-color:#cd0d19;
	border:none;
	font-family:'Roboto Condensed', Roboto, sans-serif;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	padding:11px 61px;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
	display:table;
}

#signupBox .hostPathway #submit {
	background-color:#232323;
}
#signupBox .hostPathway #submit:hover {
	background-color:#4B949A;
}

#signupBox #submit:hover {
	background-color:#BA0713;
}
.noteBottom {
	clear:both;
	float:none;
	width:640px;
	height:30px;
	text-align:center;
	color:#AAABAE;
	font-size:11px;
	padding:20px 0px 35px 0px;
	line-height:15px;
}

.noteBottom a {
	color:#aaabae;
	text-decoration:none;
}

.noteBottom a:hover {
	text-decoration:underline;
}

#loading {
	margin:25px 0px 25px 0px;
	height:27px;
}

.shadowLine {
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px -3px 0px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px -3px 0px 0px rgba(50, 50, 50, 0.3);
}

.signupHeader > h1.nudgeHeader {
	padding-bottom: 50px;
}

.signupHeader > h2 {
	font-size:14pt;
	color:#FFF;
	font-family:'Roboto Condensed', Roboto, sans-serif;
	position:absolute;
	width:640px;
	left:0px;
	top:220px;
	text-align:center;
}

.notInterestedInTrial {
	text-align: center;
	padding-bottom: 20px;
}

.notInterestedInTrial > a {
	font-size:9pt;
	color:#CCC;
	font-family:'Roboto Condensed', Roboto, sans-serif;
}

.notInterestedInTrial > a:hover {
	color:#000;
}