@charset "UTF-8";
/* CSS Document */

body{
	background:none;
	}
	
#widget{
	width:100%;
	max-width:750px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#widget #logo{
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-width:50%;
	}
	
#widget.vertical .form-group{
	margin-bottom:5px;
	}
	
#widget input[type=text],
#widget submit{
	font-size:14px;
	}
	
#widget .form-group input[type=checkbox]{
	margin-bottom:0px;
	}
	
#widget #terms{
	font-size:10px;
	margin-top:0px;
	text-align:left;
	line-height:16px;
	}
	
#widget .errors{
	font-size:13px;
	padding:5px;
	}
	
#widget #btn{
	width:100%;
	}
	
#widget #finePrint{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
	font-size:10px;
	}
	
	
#thankyou{
	margin-top:40px;
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
	}
	
#thankyou h1{
	font-size:28px;
	margin-bottom:20px;
	color:#5d6164;
	}
	
#thankyou h2{
	font-size:20px;
	margin-bottom:20px;
	color:#5d6164;
	}
	
#thankyou h6{
	color:#5d6164;
	}
	
	
@media all and (max-width: 768px) {
		#widget #logo{
		max-width:100%;
		}
	}