body{
    margin:0;
    font-family: "Roboto", sans-serif;
}
.bgMante{
    background: url(../img/bg_loginAdms.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.ContenedorMantenedor{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 95%;
}
.ConteTitumanten{
    text-align: center;
}

.ConteTitumanten h1{
    color:#fff;
    font-size: 2.5rem;
    font-weight: 400;
}
.imgLogo{
    max-width: 250px;
}
.text-center{
    text-align: center;
}
.conteicono{
    color:#fff;
    font-size: 4rem;
}
.textoMante{
    padding: 1rem;
    color: #fff;
    font-size: 1.2rem;
}