/*compass is required to properly build this project, but it is depricated and no longer under development*/
/*so it will be safest to use brute force with an overrides file*/

html body input[type="text"], 
html body input[type="password"], 
html body input[type="search"] {
	margin-bottom: 5px;
}

html body .forms .content{
	text-align: center;
}

html body .forms .content form {
	text-align: left;
}

html body .forms .content form .field {
	margin-bottom: 5px;
}

html body .forms .content .field .rt {
	width: 100%;
}


html body .forms .content .field .rt input {
	float: none;
}

html body .forms .content .selectOverflow {
	float: none;
	width:100%;
}

html body .forms .content .selectOverflow select {
	width:100%;
}

html body .forms .content .field .lt {
	padding-bottom: 5px;
}

html body .bodyContainer.forms {
	padding-bottom: 45px;
}

@media (max-width: 767px){
	html body .forms .content form {
		padding-left: 5px;
		overflow: hidden;
		max-width: 300px;
	}
	html body .forms .content .field .rt {
		float: none !important;
	}
}