.nav-logo {
    margin-left: 105px;
    margin-right: 60px;
}
.logo-bumdes {
    width: 75.7px;
    height: 48.1px;
    margin-right: 14.19px;
}

.btn-login {
    color: #fff;
    background-color: #0ea44d;
    border-color: #0ea44d;
}

.btn-login:hover {
    color: #fff;
    background-color: #081828;
    -webkit-box-shadow: 0px 4px 4px #0000000f;
    box-shadow: 0px 4px 4px #0000000f;
  }

  .btn-logout{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50%;
    border-color: grey;
  }

  .btn-logout:hover{
    color: #fff;
    background-color: #0ea44d;
    border-color: #0ea44d;
    border-radius: 50%;
  }

.section-title p {
    float: right;
    font-weight: 600;
}

.section-title p a{
    color: black;
    text-decoration: none;
}

.section-title p a:hover{
    color: #0ea44d;
    text-decoration: none;
}


.footer-auth{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #081828;
    color: white;
    text-align: center;
}

.logo-auth {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    margin-bottom: 5%;
  }

@media (max-width: 767px) {
    .trending-product section .card-login {
      margin-bottom: 5rem;
    }
  }