.userData fieldset{
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 20px;
}

.userData fieldset legend {
    float: unset;
    width: unset;
    padding: 0 10px;
    font-size: inherit;
    font-weight: 500;
}
.userData  small {
	font-size: 80%;
}
.loading {
	position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 90%);
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

form#userSearchForm label.error {
    font-size: 14px;
    color: red;
    font-weight: normal;
    text-align: right;
    display: block;
    width: 100%;
}

.user_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.user_image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}