#formWrap {
	width:100%;
	margin: auto;
	color:#fff;
	line-height:120%;
	font-size:13px;
	display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
table.formTable{
	width:300px;
	margin: auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{

	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:600;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	color: #333;
}
input[type=text]{
width:500px;
height:40px;
font-size:17px;
color:#555;
background-color:#bfd6cb;
}


textarea {
min-width: 500px;
    min-height: 100px;
    max-width:  600px;
    max-height: 600px;
font-size:15px;
color:#555;
background-color:#bfd6cb;
}

#button {
text-align :center;
margin-right :-69%;
}

