.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.alert-flash {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10000;
}

#copyright a::after {
  border-bottom: none;
}

