body {
  /*background: url('../img/bg/flag-bg-green.jpg') fixed;*/
  background-size: cover;
}

@media (min-width: 768px) {
  .account-form, .wide-account-form {
    width: 576px;
  }
}
.account-form .account-link, .wide-account-form .account-link {
  font-size: 14px !important;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .account-form .page-title, .wide-account-form .page-title {
    text-align: center;
  }
}
.account-form img, .wide-account-form img {
  width: 100% !important;
  height: auto !important;
}

#emailHelpBlock a {
  text-decoration: underline;
  color: #010101;
}

.my-membership-cards {
  text-align: center;
}

.user-profile .user-profile-card {
  padding-top: 0;
  overflow: hidden;
}
.user-profile .user-profile-card .user-profile-header img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-profile .user-profile-card .user-profile-avatar {
  position: relative;
  top: -100px;
  margin-bottom: -80px;
}
.user-profile .user-profile-card .user-profile-avatar .user-profile-avatar-circle {
  width: 200px;
  height: 200px;
  background: #CD9E43;
}
.user-profile .user-profile-card .user-profile-avatar .user-profile-avatar-circle h2 {
  font-size: 3.5rem;
}

.my-membership-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.my-membership-cards > .card {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
  margin-right: 15px;
  margin-left: 15px;
}