#imgProfile, #imgSignature {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.profile {
    width: 50%;
    /*margin-left: 25%; */
    border-radius:50%; 
    width:200px; 
    height:200px;
}
.label-info{
    background-color: #3396d1;
    color: blue;
    padding: 2px;
    border-radius: 4px;
}
