.header{
  display: flex;
  color: #ffffff;
  background-color: #1B8253;
  margin-bottom: 1em;
}

.header>div{
  width: 50%;
}

.logo{
  padding-left: 10pt;
  filter:contrast(130%) brightness(80%);
}

.logout{
  text-align: right;
  margin-top: 1em;
}

.logout a{
  color: white;
  text-decoration: none;
  padding-right: 10pt !important;
}

.title_page{
  text-align: center;
  color: #1B8253;
}

.return img{
  width: 50px;
  height: 50px;
  padding-left: 5%;
  cursor: pointer;
}

.return img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 900px){
  .return img{
    width: auto;
    height: auto;
  }
}