.section-1 {
   background-image: url('../assets/banner1.jpg');
   /* background: linear-gradient(180deg,#ffffff ,#d8d8d8); */
    margin-top: 75px;
    width: 100vw;
    height: 88vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-login {
    color: #fff;
    background-color: #e6b22c;
    border-color: #e6b22c;
}

.btn-login:hover {
    color: #fff;
    background-color: #008eca;
    border-color: #008eca;
}

.btn-login:focus {
    cursor: none;
    color: #fff;
    background-color: #0069b4;
    border-color: #008eca;
}
.btn-login::after {
    cursor: none;
    color: #fff;
    background-color: #0069b4;
    border-color: #008eca;
}

.card > div.card-header-lging {
    background: #e6b22c;
    color: white;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    min-width: 100%;
    color: #008eca;
    font-size: 14px;
    background-color: #d8d8d8;
    min-height: 40px;
    color: #000;
    height: 45px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #d8d8d8;
}


.graph-control {
    position: absolute;
    z-index: 1;
    /* background: #ffffff73; */
    width: 35%;
    height: 100%;
    margin: 10px;
}
.nav-risaralda{
    background: #0aa4a9 !important;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.nav-risaralda > img{
    margin-right: 5px;
}