body {
	font-family: 		'Roboto', sans-serif;
	margin-top: 		250px;
}
#form_title {
	background-color: 	#2a8ad4;
	color:				white;
	height:				50px;
	line-height: 		50px;
	text-align: 		center;
	margin:				auto;
	font-size:			17px;
	width: 				500px;
	border-top-left-radius:	 10px;
	border-top-right-radius: 10px;
}
form {
	background-color: 	#ececec;
	height: 			230px;
	margin:				auto;
	padding-top: 		75px;
	text-align: 		center;
	width: 				500px;
	border-bottom-left-radius:	 10px;
	border-bottom-right-radius: 10px;
}
label {
	color:				#3F3F3F;
}
.inputCSS {
	background-color: 	white;
	border: 			none;
	box-shadow: 		none;
	color:				#3F3F3F;
	padding:			3px;
	height: 			20px;
	width: 				200px;
}
.submitButton {
	background-color:	#3F3F3F;
	border-radius: 		40px;
	border:				none;
	color:				white;
	height: 			30px;
	margin-top:			10px;
	width: 				100px;
}