.container{
    width: 100%;
    height: 100vh;
  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.caixa{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

}
.logo{
display: flex;
justify-content: space-evenly;
align-items: center;
gap: 10px;
}
.penal{
display: flex;
justify-content: space-evenly;
align-items: center;
gap: 10px;
}
.imagem{
    width: 50px;
}
.disti{
    width: 100px;
}
.form{
    width: 300px;
 
    display: flex;
    flex-direction: column;
    gap: 10px;
        
}

#name{
    height: 50px;
}
#send{
    border-radius: 10px;
    height: 25px;
}