/*/* start CSS_form_group_settings */

form {
    width: 80%; 
    margin: 0 auto; /* Center the form horizontally */
  }

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    font-size: 12px ;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/*/* end CSS_form_group_settings */