@font-face {
    font-family: 'bienvenido'; 
    src: url('/vistas/recursos/bienvenido.otf');
    font-weight: normal; 
    font-style: normal;  
    font-display: swap;
  }

#lista{
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 5%;
}

.elementos{
    margin-top: 4%;
    text-align: center;
}


#body{
  display: inline-grid;
  background-image: url(/recursos/FondoLogin.jpg);
  background-size: 100%;
  backdrop-filter: blur(4px);
  margin: 0 auto;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-position: center;
}

#logo{
   display:inline-flex;
   margin: 0 auto;
    margin-top: 2%;
    width: 108.5px;
    height: 78px;
}

#logodq{
    display:inline-flex;
    margin: 0 auto;
     margin-top: 2%;
     width: 100px;
     height: 70px;
 }

#SeccionLogin{
    background-color: white;
    border-radius: 10px;
    width: 25rem;
    height: 20rem;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
    box-shadow: 2px 2px 10px;
    color: black;
    text-align-last: center;
}

#tlogin{
    color: Black;
    text-align: center;
    margin-top:3%;
    font-size: 1.7rem;
    font-family: 'bienvenido';
    color: #585760;
}

.inputs{
    width: 70%;
    height: 2rem;
    border: 0px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
}

#botonI{
    margin-top: .5em;
    border: 0px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 7px;
    width: 4.5rem;
    height: 2.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.creado{
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: white;
  font-family: monospace;
  align-items: center;
}


::placeholder{
    color: black;
    opacity: 70%;
    font-size: 1em;
}

@media (min-width: 50px) and (max-width:500px) {
    #logo{
	    display: block;
	    margin: 0 auto;
        width: 200px;
        height: 140px;
        margin-bottom: 5%;
	    text-align: center;
    }
    #body{
        background-image: url(/recursos/FondoLogin.jpg);
        background-color: white;
        width: 100vw;
    }

    #tlogin{
        margin-top: 4.5%;
        font-size: 1.4rem;
        font-family: 'bienvenido';
    }

    #SeccionLogin{
        background-color: white;
        width: 20rem;
        height: 19.5rem;
        box-shadow: none;
        color: #606F7D;
        font-family: monospace;
	    margin-top: 0px;
	    margin-bottom: 0px;
    }
    .inputs{
        width: 65%;
        border: none;
        border-bottom: 1px solid black;
        height: 2rem;
        border-radius: 2px;
        text-align: center;
        font-size: .9rem;
        font-family: monospace;
        background-color: #e0e0e0;
        border-radius: 7px;
        border-bottom: 1px solid #9e9e9e;
    }
    #botonI{
        width: 50%;
        font-size: .9rem;
        font-family: monospace;
	    margin-bottom: 0px;
        background-color: #e0e0e0;
        border: 0px;
        border-bottom: 0.5px solid #9e9e9e;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .creado{
        font-weight: bold;
        color: white;
        font-family: monospace;
	    margin-top: 0%;
    }
    .html{
	height: 90vh;
    }

    #section-logos{
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 3%;
    }

    #logo{
        margin: 0;
        width: 30%;
        height: 30%;
    }

    #logodq{
        width: 30%;
        height: 30%;
        margin: 0;
    }
}
