body{

    background-color: #f4f6f9;
    font-family: Arial, Helvetica, sans-serif;

}

.card-login{

    width: 400px;
    margin: 80px auto;
    padding: 30px;

    background: white;

    border-radius: 10px;

    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);

}

.logo-titulo{

    text-align: center;
    margin-bottom: 20px;

}

.btn-inedci{

    background-color: #0d6efd;
    color: white;
    width: 100%;

}

.link-registro{

    text-align: center;
    margin-top: 15px;

}

.logo-institucion{

    width: 300px !important;
    max-width: 300px !important;
    height: auto;

    display: block;
    margin: 0 auto 20px auto;

}

.card{

    border: none;
    border-radius: 15px;

}

.navbar{

    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);

}

.logo-dashboard{

    width: 100%;
    max-width: 330px;

    height: auto;

    display: block;

    margin: 0 auto;

}

/* =========================
   MODULOS
========================= */

.modulo-card{

    border-radius: 15px;

    transition: 0.3s;

}

.modulo-card:hover{

    transform: translateY(-3px);

    box-shadow:
    0px 5px 20px rgba(0,0,0,0.15);

}

.modulo-icono{

    width: 70px;
    height: 70px;

    background: #e9f2ff;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 32px;

    margin: auto;

}