.section{
  float:right;
  position:absolute;
  right:3%;
  top:150px;
  z-index: 100;
  background: rgba(255,255,255,0.6);
  border-radius: 5px;
  padding:20px;
}
.fieldset{
  border:0;
}
.fieldset__button{
  background-color: #00639c;
  color:#fff;
}
body.section input{
  font-size:18px;
  height:1.7em;
  width:10em;
}
