.login-register-wrapper {
  margin: 3rem auto;
}
.path-user .form-type-managed-file {
  margin-bottom: 2rem;
  padding: 1rem 1rem 2rem;
  border-bottom: 5px solid #eceff1;
}

.path-user .focal-point-preview-link {
  display: none;
}

.path-user .image-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.path-user .image-widget .image-preview {
  margin-right: 1rem;
}

.user-logged-in .user-form {
  margin: auto;
}

@media (min-width: 992px) {
  .user-logged-in .user-form {
    width: 50%;
  }
}

.user-logged-in .user-form .horizontal-tabs {
  margin: 0 0 1rem 0;
  padding: 0;
  border: none;
}

.user-logged-in .user-form .horizontal-tabs .horizontal-tabs-pane {
  padding: 0;
}

.user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #546e7a;
}

.user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

.user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
  font-size: .778rem;
}
.user__info-wrapper {
  background-color: transparent;
  padding: 2rem;
}

.user__info-wrapper .field--name-user-picture img {
  border-radius: 50%;
}

.user__info-wrapper h1 {
  margin-bottom: .8rem;
}

.user__info-wrapper .field--name-field-short-bio {
  margin-bottom: 1rem;
}

.user__info-wrapper .user__social-pages a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 2px solid #263238;
  border-radius: 50%;
  color: #263238;
  text-align: center;
}

@media (min-width: 768px) {
  .user__info-wrapper .user__social-pages a {
    width: 40px;
    height: 40px;
  }
}

.user__info-wrapper .user__social-pages a svg {
  margin: auto;
}

.user__info-wrapper .user__social-pages .social-menu--link-title {
  margin-left: -10px;
  margin-right: 15px;
}

.user__info-wrapper .user__social-pages a, .user__info-wrapper .user__social-pages a svg {
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.user__info-wrapper .user__social-pages a:hover {
  background-color: #263238;
  opacity: 1;
}

.user__info-wrapper .user__social-pages a:hover svg {
  color: #FFF;
}
