/* OVERRIDE */

.form_register form{
	background: none;
	border-radius:0;
	border:none;
  	padding: 0;
  	text-align: left;
  	margin: 0px;
}



/* CUSTOM */

#simulator{
	background-color: rgba(255,255,255,.7);
}

#simulation-pane{
	display:block;
}

#simulation-failed,
#simulation-success,
#simulator-final{
	display:none;
}

#simulator .blue-text{
	color:#304966;
}
#simulator .form-body .ft30{
	font-size: 30px;
  	line-height: 30px;
}
#simulator .form-heading{
	padding:15px;
	background:#304966;  
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}


#simulator .form-heading h2{
  	font-size: 20px;
  	font-weight: 600;
  	line-height: 21px;
  	margin-bottom: 7px;
}

#simulator .form-heading h3{
  	font-weight: 500;
  	line-height: 21px;
  	margin-bottom: 0;
}


#simulator .form-body{
	padding:15px;
	color:#5e5e5e;
}

#simulator .form-body p{
  	font-size: 16px;
  	color: #333;
  	font-weight: 600;
  	margin-bottom: 0px;
}

#simulator .form-body hr{
	height: 2px;
  	background: #304966;
  	border: none;
}

#simulator.form-body label{
	color:#333;
  	font-weight: 400;
  	font-size: 16px;
}

#simulator .form-body .btn-theme{
	width:100%;
}

#simulator .form-body .error{
	color: #fc0000;
  	font-size: 13px;
  	font-weight: 400;
  	margin-bottom: 20px;
}

#simulator .form-body input.error,
#simulator .form-body select.error{
	margin-bottom: 0px;
}





