.b-profile {
  font-family: PT Sans, sans-serif;
  padding-top: 20px;
}
.b-profile__wrapper {
  margin: 0 auto;
  width: 45%;
  max-width: 450px;
  min-width: 350px;
  height: auto;
  border-radius: 10px;
  background-color: #FFF;
}
.b-profile__header {
  padding: 16px 32px;
  text-align: center;
  background: #6EBB25;
  color: white;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px 10px 0 0;
}
.b-profile__content {
  padding: 16px 32px;
}
.b-profile__h {
  font-weight: bold;
  font-size: 18px;
  color: #444;
  margin-top: 0;
  margin-bottom: 20px;
}
.b-profile__form label {
  margin-top: 5px;
}
/*# sourceMappingURL=profile.css.map */
