.profile {
  background: #e1e1e1;
}

.profile .invalid-feedback {
  color: #dc3545;
  padding-top: 5px;
}

.member-profile .form-group [class^=col] {
  float: none;
}

.member-profile h1 {
  margin-bottom: 0;
}

.member-profile h4 {
  margin-bottom: 10px;
}

.member-profile .file-upload {
  max-width: 100%;
}

.member-profile input {
  height: 40px;
  margin-bottom: 0;
}

.member-profile .member-thumb,
.member-profile .update-thumb {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}

.member-profile .member-thumb img,
.member-profile .update-thumb img {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.member-profile .member-thumb {
  border: 2px solid #bababa;
  border-radius: 100%;
}

.member-profile .member-thumb img {
  padding: 10px;
}

.member-profile .update-thumb {
  margin-bottom: 5px;
}

.profile-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

