.videologincontenedor{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    z-index:-1; 
    overflow: hidden;
}

.videologin{
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%);
}

.btnlogingoogle{
    min-width:180px;
    padding-top:5px;
    padding-bottom:5px;
    align-items: center;
    text-align:center;
    background-color:#ff8000;
    overflow:hidden;
    font-weight: bold;
    font-family:arial;
}

.titulologin{
    
    align-items: center;
    opacity: 0.5;
    font-size:450%;
    color:white;
    font-family:arial;
    text-align:center;
    line-height:100%;
}

