body{
	background-color: #d89257;
	font-size:13.5px;
}
.myform{
	width: 60%;
	margin:2% auto;
	background-color:#fff;
	padding: 10px;
	box-shadow: 2px 2px 12px 2px rgba(0,0,0, 0.4);
	/**border-top: 5px solid pu;
	border-bottom: 5px solid #d89257;**/
}
fieldset {
  border: 2px solid #50aceb;
  padding: 10px;
}
.label_members{
	padding-top:20px;
}

legend {
  background-color: #50aceb;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
  border-radius: 2px;
}
@media (max-width: 768px) {
legend {
  background-color: #50aceb;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
	}
.myform{
	width: 100%;
	}	
}
@media (max-width: 360px) {
legend {
  background-color: #50aceb;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
	}
.myform{
	width: 100%;
	}	
}