.nav-bar {
  background-color: #2C3E50;
  color: #fff;
  font-size: 12px;
  box-shadow: 0px 0px 10px #444;
  .sign a {
    color: #f5f5f5;
    line-height: 48px;
  }
}