.contactInput {
	background: transparent;
	border: 0;
	outline: none;
	color: white;
	width: 250px;
}

.contactInput::placeholder {
	color: rgba(255,255,255,0.5);
}

#Name, #Message, #Email, #Phone {
	opacity: 1;
	width: auto;
}
#Message .contactInput {
	height: 200px;
}
