.form-inline{
display: block;
}

.form-inline .form-control{
width: 100%;
}


h3{
color: #2F6ECA;
}

#regform{
line-height: 160%;
}

#regform .form-check-inline{
float: left;
}

label{
clear: both;
}

.text-sm-right{
padding: 0px 100px 0px 0px;
}

button[type='submit'] {
	width: 100%;
	background: #3174CE url(../../img/frame/) repeat-x left top;	
	color: #FFFFFF;
	font-size: 120%;
	
}