.superior{
    background-image: url(../img/bg_img_intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 80%;
    
}

.inferior{
    background-color: #CCCCCc;
    height: 20%;
    text-align: center;
}

.content{

    background-color: #CCCCCC;

}
.formulario{
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin-top: 5%;
    border-radius: 15px;
    margin-left: 500px;
    margin-right: 500px;
}

.ingresar{
    background-color: #009fe3;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: auto;
}

.barra{
    background-color: #ffa700;
    width: 30%;
    margin: 0px auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 20px;
    margin-bottom: 20px;
}

.login{
    width: 100%;
    
    margin: 0px auto;
}

.soluciones{
    width: 200px;
    padding: 15px;
}

.logo{
    margin: 20px;
}

/*-------------------------------------------*/
