/*pagina login*/
form{
    position: absolute;
    width: 350px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);    
}

img{
    position: relative;
    height: 200px;
    width: 300;
    left: 50%;
    transform: translate(-50%);
}

#btn{
    width: 150px;
    height: 45px;
}

label{
    font-size: larger;
}

.form-control{
    height: 50px;
}

/*confirma.php*/
h1{
    margin-top: 45px;
    text-align: center;
}

#info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
}

#btns{
   position: absolute;
    margin-top: 60%;
    margin-left: 40%;
}


/*ADMINISTRADOR*/
H5{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
 }

