body {font-family: Arial, Helvetica, sans-serif;}

.row{
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

button {
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 80%;
  margin-top: 5pt !important;
  margin-bottom: 5pt !important;
}

button:hover {
  opacity: 1;
}

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

.image_header{
  margin-top: -5pt;
}

.image_header img{
  filter:contrast(130%) brightness(80%);
}

.title_header{
  margin-top: -5pt;
}

.title_header h2{
  color: white;
  margin-top: 0pt;
  padding-top: 7pt;
  padding-bottom: 0pt;
}

.logout_header{
  margin-top: 10pt;
}

.logout_header a{
  color: white;
}

.message_error,.message{
  margin-top: 20pt;
  text-align: center;
  font-weight: bold;
  background-color: #EFEFEF;
  padding-top: 25pt;
  padding-left: 20pt; 
  padding-right: 20pt;
  padding-bottom: 25pt;
  border-radius: 10pt;
}

.message_error h2{
  color: red;
  margin-top: 0pt;
  margin-bottom: 10pt !important;
}

.message h2{
  color: blue;
  margin-top: 0pt;
  margin-bottom: 10pt !important;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;    
}

td, th {
  border: 1px solid #dddddd;
  text-align: center !important;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

@media screen and (max-width: 425px) {
  .logout_header{
    margin-bottom: 5pt;
  }
}