table{
height:380px;
}

input{
	width:100%;
	height:30px;
	border:2px solid #B722EB;
	font-size:20px;
	border-radius:7px;
}
textarea{
	width:100%;
	height:60px;
	border:2px solid #B722EB;
	font-size:20px;
}
select{
	width:100%;
	height:30px;
	border:2px solid #B722EB;
	font-size:20px;
}

input[type = button]:hover{
	background-color:green;
	color:white;
}