.label-custom, .label-custom:hover, .label-custom:active, .label-custom:focus {
    color: #26947c !important;
    font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
    border-color: #844d46 !important;
    background-color: #fff !important;
}

div.circle-image{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;

    /* make it a circle */
    border-radius:50%;

    display: block;
    border-radius: 50%;
    background-position-y: center !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list-info-user{
    margin-top: 3%;
}