html, body {
    height: 100%;
}

body {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-control {
    margin-bottom: 6px;
}

.img-principal {
    width: 30%;
    height: 30%;
}

.footer {
    margin-top: 40px;
    bottom: 0;
    width: 100%;
    background-image: url(https://opensolutions.mobi/wp-content/uploads/2021/07/Footer.png);
    background-size: cover;
    position: inherit;

}

.login-form {
    min-width: 500px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body-container {
    margin-top: 40px;
}

.banner {
    background-image: url('images/OPEN-SOLUTION-Cabezote.jpg');
    width: -webkit-fill-available;
    height: 400px;
    background-position: center center;
    background-size: cover;
}

.banner > div > h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    left: 50%;
    top: 50%;
}

.banner > div {
    padding: 20px;
}

.readonly {

}

.conciliado {
    background-color: #00ff004f;
}

.div-conciliar {
    position: fixed;
    display: flex;
    top: 0;
    left: 42%;
    bottom: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.div-input-conciliar {
    display: flex;
    justify-content: space-evenly;
}

.conciliado-completo {
    background-color: #007900;
}

.pendiente {
    background-color: #FFFF00;
}

.cancelado {
    background-color: #00d9ff;
}

.pendiente-pago {
    background-color: rgba(255, 0, 0, 0.67);
}

.descuadrado{
    color: red !important;
}
.factura-cancelada {
    background-color: #9d9d9d;


}

.report-colombina {
    font-size: 11px;
}

.letter-master {
    color: darkorange !important;;
}
.letter-visa {
    color: blue !important;;
}