


/* 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;
}