
/* area della pagina profilo */
#newForm {
    display: none; 
    text-align: center;
    font-weight: bold;
}

label .pwd{
    display: inline-block;
    width: 300 px;
}
#pwd_try {
    text-align: center;
}
form #pwd{
        display: inline-block;
}
.form-container {
    width: 50%; /* adjust to desired width */
    margin: 0 auto; /* center the container */
    text-align:center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; */ /* vh stands for viewport height */
  }
  
  form {
    width: 50%; /* adjust this value to control the form's width */
    margin: 0 auto;
  }
  /* button #checkIdPwd {
    text-align: center;
    display: block;
    margin: 0 auto;
  } */
  form button[type='onclick']  {
    display: inline-block;
    
}


.forgettenPwd {
    width: 40%; /* adjust to desired width */
    margin: 0 auto; /* center the container */
    text-align:center;
}
#DBproblem  {
    margin: auto; /* center the container */
    text-align:center;
    display:none; 
}
/* #AssessmentDone, #AssessmentNotDone, #notInTheDb, #msgForChangePwd */
/* nuove aggiunte */
#Name, #Surname, #numeroRicerche{
    text-align:center;
}
td{
    border: 1px solid black;
    width: 100px;
    height: 20px;
    }
.centra {
   
    margin-left:570px;
    margin-top: 40px; 
}