.logo {
    margin-bottom: 0rem !important;
}

.titulo-logo {
    font-size: 22px !important;
}

.login {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}

.login span {
    font-size: 40px !important;
    margin-bottom: 30px !important;
}

.linea {
    border-top: 2px solid #1c4b5f;
    width: 50%;
    margin-left: 25% !important;
    margin-right: 25% !important;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 0;
}

body {
    background-color: #eeeeee;
}

body:before {
    filter: blur(2px);
    content: "";
    position: absolute;
    height: 20%;
    width: 20%;
    background: url("/img/galeria/2023.jpg");
    background-size: cover;
    z-index: -1;
    -webkit-transform: scale(5);
    -webkit-transform-origin: top left;
}

.card {
    height: 700px !important;

    /* -webkit-box-shadow: 0px 0px 10px 4px rgba(28, 75, 95, 1);
    -moz-box-shadow: 0px 0px 10px 4px rgba(28, 75, 95, 1);
    box-shadow: 0px 0px 10px 4px rgba(28, 75, 95, 1); */

    -webkit-box-shadow: 0px 0px 17px 8px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 17px 8px rgb(0, 0, 0);
    box-shadow: 0px 0px 17px 8px rgb(0, 0, 0);
}

.accesoBtn {
    margin-top: 5%;
}


.restablecerPass{
    color: #1c4b5f;

}


.restablecerPass:hover{
    color: #1c4b5f !important;
    text-decoration: underline;;
}
