body {
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
}

.logo{
  width: 17em;
  height: 4em;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#area {
    background-color: rgba(33, 122, 130, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

#area img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

#area-formulario{
  max-width: 365px;
  min-width: 365px;
}


.btn-flat {
    width: 100%;
    color: #2ebcb0;
    margin-top: 20px
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.3;
  width: auto;
  height: 100%;
}
