/* ------------------------------------------------------------------------------------
--  FORMS STYLES
------------------------------------------------------------------------------------ */
#forma {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(236, 179, 100, 0.3);
  backdrop-filter: blur(4px);
}

form {
  width: 100%;
}

#forma aside{
	float:right;
	width:260px;
}
#forma aside article{
	margin:0;
	font-size:0.9em;
}