
body{
    height: 100vh;
    font-size:14px;
    background-repeat: no-repeat;
   
    /* backdrop-filter: blur(10px); */
  /*-webkit-backdrop-filter: blur(10px);  */
    background-image: url(../img/bb.jpeg);
    background-color: #fee970;
    display: flex;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.simple-login-container{
    width:350px;
    max-width:100%;  
    
    background-color: azure;
    border-radius: 15px;
    height: 450px;
    opacity: .9;
    
}

.simple-login-container h2 img{
   
    width: 180px;
}

.formulario{
display: flex;    
flex-direction: column;
justify-content: center;
height: 100%;
margin: 0px 50px;


}

.formulario label{
    color: gray;
}

#myVideo {
    position: fixed;
    right: 0;
    min-width: 100%;
    min-height: 100%;
  }

.simple-login-container h2{
    text-align:center;
    font-size:20px;
}

.simple-login-container .btn-login{
    background-color:#36b9cc;
    color:#fff;
    margin-top: 40px;
}
a{
    color:#fff;
}
.mensaje-oculto{
    display: none;
    
   
}

.mensaje-sesion{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
   
}

.mensaje-sesion div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

i{
    margin-right: 5px;
}



