

input[type="text"],input[type="email"],input[type="password"]{
	width: 240px;
	height: 40px;
	font-size: 15px;
	border: none;
	text-align: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #fff;
	padding-left: 20px;
}


input[type="submit"]{
	padding: 15px 30px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	border: none;
	background-color: #2ECC71;
	border-bottom: 4px solid #27AE60;
	margin-bottom: 20px;
}
