
#selfie{
  margin: 20px 0;
  width: 100%;
}

.codeCont{
  display: inline-block;
  margin: auto;
}

#photoImgLogin{
  background: #fff;
  border-radius: 10px;
  color: #808080c2;
  font-size: 16px;
  font-weight: bold;
}

#photoImgLogin:hover{
  background: #ceffcb;
  color: #333;
}

#photoImgLogin img{
  margin-right: 10px;
  width: 25px;
}

#videoCont video{
  width: 100%;
}

#videoCont{
  padding: 0;
}

#videoCont canvas{
  left: 0;
  position: absolute; 
  top: 0;
}

#qrFooterSelfieCont button{
  font-size: 16px;;
}

#qrFooterSelfieCont #estado{
  color: #00d300;
  display: none;
  font-size: 20px;
  font-weight: bold;
}