.form__aside{
    justify-content: center;
    padding: 1rem;
}
.controlImage{
    display: flex;  
    flex-direction: row;
    justify-content: end;
    height: 5%;
}
.aside__separator{
    display: flex;
    flex-direction: column;
    height: 95%;
    justify-content: center;    
    
}