html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3c4857;
}


.card {
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    background-color: #f46545
}

.card-header h3 {
    color: white;
}

.form-signin {
    margin: auto;
    margin-top: 0px;
    width: 90%;
}

.form-signin input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

#btn-Ingresar{
    background-color: #55626f;
    border-color: #55626f;
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 100%;
}

.operadoPor{
    font-family: var(--bs-body-font-family);
    font-size: 12px;
}

.lineas {
    text-align: center;
    position:relative;
}

.lineas span {
    background:#fff;
    z-index:100;
    position:relative;
    padding:75px;
    display: inline;
}
  
.lineas::after  {
    content: '';
    position: absolute;
    width:100%;
    height:2px;
    left:0px;
    top:75%;
    background: #11B9AC;
    z-index:50;
}

.img_FrioMaya {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: bottom;
}