.bg-mail{
	height: 7vh;
	width: 400px;
	border: 1px solid white;
	border-radius: 4px;
	transition: 0.5s;
	margin-bottom: 2vh;
	margin-top: 2vh;
		
}
input::placeholder{
	color: grey;
}