.inputs{
	background:transparent;
	font-family: "MontserratAlternates-Light";	
	font-size:1em;
	border:none;
	color:white;
	padding:8px;
	
}

.inputs::placeholder {
  font-weight: bold;
  opacity: 0.8;
  color: white;
}