
			
body {
background-image: url("../avoc/pt.png") !important;
background-repeat: repeat;
}

.bodycnt {
  background-color: #F1F1F1;
}

.cmpdoc {
  background-color: #ffffff !important;
  border: 0 !important;
}



.cntrar{
	display: inline;
  justify-content: center;
  align-items: center;

}

.text-centerr {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }
	
	body {
  /*background: #FFF url("https://i.imgur.com/KheAuef.png") top left repeat-x;*/
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.9);
  background-image: url("../avoc/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}