form div.required label:after {
  content: "* Required";
  color: red !important;
  padding: 3px 5px;
  margin-left: 3px;
  border-radius: 5px;
  background: #eee;
  font-size: 8px;
  vertical-align: top;
  color: #1011111f;
}

.user-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}