.form-group label{
    transform: translateY(-85%);
}
/******** FORM *******/
/*
input, textarea {
    padding: 10px 0px;
    border: 0PX;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: auto;
    font-weight: 200;
    font-size: 16px;
}

.control-label{
    margin-bottom:8px;
}

.form-group input{
    font-size: 1em;
    font-weight: normal;
    height: 2em;
}

.form-group{
    margin-bottom:20px;
}
*/

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

h4{
    font-weight:bold;
}

.hint-block{
    padding-bottom:10px;
}

/******** FINE FORM *******/

/*
     stile per tutte le dialog
*/
 .modal-dialog .modal-content
{
    border-radius: 5px;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 24px 24px 8px;
}
