.form-group input{
	width: 300px;
	height: 70px;

}

.form-group select{
	width: 300px;
	height: 80px;

}


.form-group textarea{
	width: 700px;
	height: 120px;

}

