
html, body, .container-fluid{
    height: 100%;
    background-image: url("../img/el hombre de vitruvio.png");
    background-position: top center;
    margin: 0px;
}

.enconstruccion{
    background-image: url(../img/SITIO-EN-CONSTRUCCION.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 275px;
    position: absolute;
    top: 30%;
    left: 5%;
}

.titulo{
    color: black;
    font-size: xxx-large;
    font-weight: bold;
}

.bienvenido{
    font-style: italic;
    color: white;
    font-size: xxx-large;
    font-weight: bold;
}


.login {
    background-color: white;
    border-radius: 20px;
}

#usuario,#password {
    border-color: lightgrey;
    outline: none;
    border-radius: 12px;
}
.label{
    font-style: italic;
    margin-top: 10px;
    font-size: large;
    color: gray;
    font-weight: 600;
}

.ingresar{
    border-radius: 15px;
    background-color: limegreen;
    margin-top: 10px;
    color: white;
    font-weight: 400;
    border-color: transparent;
    width: 100%;
}
.ingresar:hover{
    filter: brightness(95%);
}

#login{
    width: 160px;
    height: 30px;
    position: absolute;
    top: 363px;
    left: 337px;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

@media (max-width: 570px) {
    .titulo{
        font-size: xx-large;
    }
}

@media (max-height: 760px) {
    .titulo{
        font-size: xx-large;
    }
}

@media (min-width: 571px){


}