body.user #menu {
  border: none;
  box-shadow: none;
  background: transparent;
}
body.user #menu #logo {
  padding-top: 0.3em;
}
body.user #menu #logo:hover {
  background: inherit !important;
}
body.user #menu #logo > img {
  width: 20em;
}
body.user #menu #sair {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
body.user #menu #sair i {
  margin: auto;
}
