 #form-container {
  width: 100vw;
  height: 100vh;
  background: #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*background-image: url(/img/000200010002070007004790000001.jpg);*/
  background-image: url(/img/_MGL9716_.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#form-box {
   width: 300px;
   padding: 20px;
   box-sizing: border-box;
}

#form-box input {
   font-size: large;
}

#dOverGeral {
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 900;
   text-align:center;
   background-color: black;
   opacity: 0.7;
   display: none;
}

#dOverGeral img {
   margin-top: 200px;
   display: none;
}
