img {
    max-width: 100%;
}

.lead {
    font-size: 28px;
}

.preview {
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 30px;
}

.form-control-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.form-control-container label {
    width: 40%;
    text-align: right;
    padding-right: 20px;
}

.form-control-container .control {
    width: 60%;
} 

.form-control-container .control * {
    width: 100%;
    border-width: .5px;
    border-color: #cecece;
    border-radius: 0.25rem;
    padding: 5px;
    background-color: #eee;
    border-style: solid;
}

.btn {
    width: 100%;
    font-size: 20px;
    font-weight: bold;

}

.consenso {
    margin-top: 40px;
    margin-bottom: 40px;
}

.regolamento {
    max-height: 500px;
    overflow: auto;
}

.container_consenso {
    width:100%;
    padding:10px 10px;
    border: .5px solid #333;
}

.thumbnail {
    max-height: 300px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

table th, table td {
    padding: 10px 5px;
}
