

/* New Addition */

article{
	font-family: TitilliumText400wt;
}
h1, h5, h6, input, select{
	font-family: TitilliumText400wt;
	height: 40px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], select{
	border-radius: 4px;
	background-color: #eee;
	width: 95%;
	height: 38px;
	font-size: 18px;
}
select{
	border:1px solid #ccc;
}
strong{
	font-size: 1.2em;
}
.formCaption img{
	margin-left: 50px;
}
.formCaption h1{
	margin-bottom: -60px;
	width: 300px;
	text-align: center;
	position: relative;
	bottom: 130px; left: 280px;
	border: 0;
}
.formCaption p{
	width: 450px;
	text-align: center;
	margin: 40px auto 0;
	
}
#allfields{
	margin-left: 200px;
}

/* form styling */

form{
	width: 540px;
	margin: 20px auto;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 10px;
}
label{
	font-weight: bold;
	margin-left: 10px;
	color: #01194f;
}
.formSec{
	float:left;
	width: 50%;
	padding:3px 2% 3px 0;
	margin: 0;
}
.formSec2{
	float:left;
	width: 65%;
	margin: 10px 80px;
}
.formSec2:nth-child(2){
	background:red;
	padding-bottom: 50px;
}
h5, h6{
	clear: both;
	height: 18px;
	margin: 0 auto 0 20px; 
	color: #01194f;
}
h6{
	margin-left: 40px;
}
input[type=checkbox]{
	width: 25px;
	margin: 0;
	margin-left: 80px;
	background: #eee;
	height: 25px;
}
#software, #state{
	margin-bottom: 20px;
}
#user_password, #user_password_2{
	font-family: arial;
	font-size: 30px;
	width:225px;
}
.checkText{
	font-size: 17px;
	position: relative; bottom: 22px; left: 75px;
	color:  #01194f;
	width: 350px;
}
.features{
	margin-bottom: 25px;
}
.feature{
	height: 30px;
}
#conditions{
	margin: 10px 30px;
	clear: none;
	height: auto;
	text-align: center;
	font-size: 1.3em;
	color: #000;
}
h6 a{
	font-size: 14px;
}
.agreeCheck{
	float:left;
	clear: both;
	width: 350px;
}
.agreeCheck input{
	margin-left: 40px;
}
#submitButton{
	background: #39b54a; 
	width: 450px;
	height: 50px;
	font-size: 22px;
	margin-left: 25px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px #555;
	transition: background 0.3s ease-in-out;
	margin-bottom: 10px;
}
#submitButton:hover{
	cursor: pointer;
	background: #44cd57;
}

.error{
	color: red;
	position: relative; bottom: 10px; left: 10px;
	font-weight: bold;
	background: #eee;
}
#passwordMatch{
	display: none;
	width: 30px;
	position: relative; bottom: 53px; left: 240px;
	z-index: 3;
}
.verifySec{
	height: 73px;
}