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

form {
  width: 100%;
}

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