html,body{
    padding:0;
    margin: 0;
}

.help-block{
    color:black !important;
}
.blanco{
    color:#fff;
}
#bodyLogin,#body-recuperar-pass{
    width: 100%;
    height: 100%;
    background-image: url("../media/libros.jpg");
    background-size: 100%;
    background-attachment:fixed;  
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.bordeAxioma{
    border:3px solid #761c19 !important;
}

#linkRecuperarContrasena{
    color:#fff;    
    font-weight: bold;
    background-color: rgba(0,0,0,0.5);
}

#linkRecuperarContrasena:hover{
    text-decoration: none;
}

#divLogin{   
    text-align: center;
    width: 50%;
    height:50%;
    margin: 0 auto;
    margin-top: 15%;    
}

.btnApp{
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

.btnApp:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


#btnIngresar{
    margin-left: 10%;

}


#head{
    border: #761c19 2px solid;
    background-color: #761c19;
    margin-top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#headTitulo{
    color: white;
    text-align: center;
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;   
    border: #761c19 2px solid;
    background-color: #761c19;   
    box-shadow: 0 4px 8px 15px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 10%;
}

.footer h2{
    color:white;
    word-break:normal;
}

#btnIngresar{
    margin-left:20%;
}

.color-principal{
    background-color: #761c19;
}

/*------------------------*/
/*  RECUPERAR CONTRASEÑA */
/*----------------------*/

#divRecuperarContrasena{
    margin: 0 auto;
    margin-top: 10%;
    width: 50%; 
    -webkit-box-shadow: 0px 5px 40px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 40px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 40px -4px rgba(0,0,0,0.75);
}

.help-block{
    color:red !important;
}

.no-display{
    display: none;
}


/*------------------------*/
/*     Media Querys      */
/*----------------------*/
@media only screen and (min-width:320px) and (max-width:359px){

    #divLogin{   
        margin-top: 40%;
    }

    #headTitulo h1{
        font-size: 100%;        
    }   

    #btnIngresar{
        margin-left:0%;
    }

    .footer h2{
        font-size: 100%;
    }

}

@media only screen and (min-device-width:360px) and (max-device-width:767px) {

    #headTitulo h1{
        font-size: 120%;
        -webkit-box-sizing: inherit;
    }   

    #btnIngresar{
        margin-left:0%;
    }

    .footer h2{
        font-size: 120%;
    }

    #divLogin{       
        width: 70%;
        margin-top: 40%;
    }
}

@media only screen and (min-width:768px) and (max-width:980px){


    #btnIngresar{
        margin-left:0%;
    }

    #divLogin{       
        width: 100%;
        margin-top: 40%;
        padding: 5%;
    }
}