html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.classe_mensagem{
    position: absolute;
    color: yellow;
    font-size: medium;
    background-color: white;
    width: 10px;
  }

.botao{
    padding-top: 5px;   
    width: 100%;
    justify-content: center;
    display: flex;
    border-width: 0px;
 
}

.logo2{
   width: 100%;
   justify-content: center;
   display: flex;

}

.logo3{
    width: 60%;
}

.login2{
    width: 100vw;
    height: 100vh;
    background: #229241;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    margin: 0px;
    position: relative;



}

.login{

    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.container {
    width: 100vw;
    height: 100vh;
    background: #229241;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }

.box {
    width: 300px;
    height: 320px;    
    background: #fff;
    border-radius: 10px;
    }
    body {
    margin: 0px;
    }


.logo{
    display: flex;
    align-items: top;
    justify-content: top;
    position: absolute;
}


  .row{
   margin-top: -10px;
  }
  

  
  #col-Login{
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
  }


  .footer {
    margin-top: auto;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.footer .logo6 {
    height: 30px; 
    margin-right: 0.2%; 
}


