#cf_1 {
max-width: 100%;
}

.navbar-nav li:last-child a.nav-link span {
  background-color: red; /* Bootstrap has bg-danger if you want utility classes */
  border-radius: 0.5rem; /* rounded edges */
  color: #ffffff; 
  padding: 2px 5px 5px 5px;
}