﻿

#containerContineForm {
    height: 100vh;
    display: flex;
    justify-content: center; /* Centrare pe orizontală */
    align-items: center; /* Centrare pe verticală */
   
}
