
#canvas {
  border: 1px solid black;
}
html, body {
overscroll-behavior: none;
}
.afilia001{
  background:#FFF; 
  color:#000; 
  width:100%; 
  margin:10px auto; 
  text-align:center;
  display:flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
	align-items:flex-start;
}
.afilia101 {
  width:35%;
  margin:5px;
  padding:10px;
  background: #FFF;
  border:#A4A4A4 solid 2px;
}
.label1 {
	width:40%;
  text-align: left;
  font-size: 1.0em;
  line-height: 35px;
}
.input1 {
	width:50%;
  font-size: 1.0em;
}
@media screen and (max-width: 800px) {
  .afilia101 {
    width: 100%;
  }
}