.login-box-body-agro{
    /* background: rgb(255, 255, 255);
    opacity: 0.5;*/
    border-top: 0;
    /*height: 100%;*/
}

.background-color-login{
    /* Navegadores que no soportan colores semitransparentes */
    background: rgb(255, 255, 255) transparent;
    /* Color semi-transparente */
    background: rgba(255, 255, 255, 0.6);
    /* Versiones antiguas de Internet Explorer */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    /* Internet Explorer 8 o superior */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.img-logo-agro{
    background: url('../img/logo-Ecotecma-login.png');
    width: 100px; 
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.login-box-info-agro{
    background: #004D40;
    padding: 20px 20px 0px 20px;
    border-top: 0;
}

.text-white{
    color: #ffffff;
}

.text-green-agro-login{
    color: #004D40;
}

.text-right{
    text-align: right;
}

.contenedor {
    display: table;
}

.contenidos{
    display: table-row;
}

.columna{
    display: table-cell;
}

.parent-center-vertically{
    height: 50%;
}

.float-center-vertically{
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -50px;
}

.child-center-vertically{
    clear: both;
    height: 100px;
}
