
html, body, .container-fluid{
    height: 100%;
}

body {
    background-image: url(../img/background_inicio.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


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

.marca{
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
}
.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) {

}

@media (min-width: 571px){


}