




main {
    max-width: auto;
    padding: 20px;
    margin-left: 100px;
    margin-right: 100px;
    /* display: flex; */

    justify-content: space-between;
}
main form {
    width: 40%;
    margin-top: 30px;
}

main article {
    width: 40%;
}
input, textarea {
    /* display: block; */
    width:100%;
    margin-bottom: 1em;
    border: 1px solid #666;
    padding: 10px;
    box-sizing: border-box;

}
#privacy {
    width:10%;
    margin-left: left;
}

/* button {
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
} */


.list-menu {
    color: rgba(189, 23, 23, 0.769);
    font-weight: bold;
}

.flex-img-text {
    display: flex;
    gap: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
.column {
    column-width: 300px;
}


#registration_form {
    /* font-size: 18px; */
    text-align: center;
    font-weight: bold;
    /* color:rgba(189, 23, 23, 0.769); */
}
input {
    text-align: center;
}
#validation {
    margin-top: 70px;
    width: 20%;
} 
#checkEmail {
    display: none; 
    text-align: center;
    font-weight: bold;
}

/* 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, #AssessmentDone, #AssessmentNotDone, #notInTheDb {
    margin: auto; /* center the container */
    text-align:center;
    display:none; 
}