.body-profile-fields {
  margin: 20px 0 6px;
  padding: 17px;
  border: 1px solid #d9e7e3;
  border-radius: 15px;
  background: #eef6f3;
}

.body-profile-fields > div:first-child strong,
.body-profile-fields > div:first-child span {
  display: block;
}

.body-profile-fields > div:first-child strong { font-size: 11px; }
.body-profile-fields > div:first-child span { margin-top: 5px; color: #718783; font-size: 8px; line-height: 1.6; }
.body-profile-fields label small { color: #718783; font-size: 8px; font-weight: 500; }

.body-profile-fields select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #d9e7e3;
  border-radius: 11px;
  color: #173a38;
  background: #fff;
  outline: none;
}

.body-profile-fields select:focus {
  border-color: #0d7068;
  box-shadow: 0 0 0 3px rgba(13,112,104,.08);
}

.body-profile-fields > p {
  margin: 12px 0 0;
  color: #607b76;
  font-size: 8px;
  line-height: 1.6;
}
