* {
	padding: 0;
	margin: 0;
}
/*form {
	width: 1320px;
	background: #f3edf0cc;
	padding: 20px;
}*/
form label h3 {
	margin-left: 20px;
}
.form-group input[type="text"] {
	border-radius: 0%;
	border-top: none;
	border-left: none;
	border-right: none;
	background: transparent;
	box-shadow: none;
	border-bottom: 2px solid transparent;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all	0.2s ease-in;
	transition:all 0.2s ease-in;
} 
.form-group input[type="text"]:focus {
	border-color: #000;
}
.panel {
	left: 0;
	top: 0;
	margin: 0px auto!important;
	display: block;

}
@media only screen and (max-width: 768px) {
	form {
		margin: 0px auto!important;
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	form {
		margin: 0px auto!important;
		width: 100%;
	}
}