body{
    font-family: 'Arial', sans-serif;
    background-color: #5e9d45;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78vh;
    color: #333;
}

/* #splash{
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #175b1e;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
      z-index: 9999;
}

#splash > img {
    width: 250px;
    height: 250px;
}

#app {
      display: none;
} */

.maintenance-container {
    text-align: center;
    /* padding: 2rem; */
    padding: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 10px;
}


h1{
    color: #4ca336;
    margin-bottom: 1rem;
}

h3{
   color: red;
   font-weight: bolder;
   text-transform: uppercase;

}

p{
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

a{
    text-decoration: none;
    color: #7f8c8d; 
}

.icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #3498db;
}

.contact {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.logo{
    width: 150px;
    height: 150px;
    
}

.button-login{
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
}

.button-login:hover{
    background-color: #4a8f44;
}

.login{
    font-size: 16px;
    font-weight: bolder;
    border: 2px solid #d7d7d7;
    border-collapse: collapse;
    border-color: #d7d7d7;
    border-radius: 5px;
    height: 30px;
    width: 86%;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;    
}

footer{
    position: fixed;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: flex;
    width: 100%;
    bottom: 0;
    align-items: center;
    justify-content: center;  
    z-index: -1;
}

#anoatual, span{
    margin-left: 4px;
}

@media (min-width: 336px) and (max-width: 700px) {

    .traco{
        display: none;
    }
    
    footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


}