.left_member .img_member {
  text-align: center;
  display: flex;
  align-items: center;
}
.left_member .img_member span {
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.left_member .img_member b {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.left_member .list-group-flush > .list-group-item {
  border-width: 0;
}
.left_member .list-group-item.active {
  background-color: #f4f4f4;
  border-radius: 5px;
  font-weight: bold;
}
.left_member .list-group-item a {
  text-decoration: none;
  color: #212529;
}
.left_member .list-group-item a i {
  font-size: 18px;
  min-width: 24px;
}

.right_member .title_info h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
}/*# sourceMappingURL=login.css.map */