.user-card {
  display: flex;
  align-items: center; }
  .user-card__info {
    margin-left: 1.5em;
    display: flex;
    flex-direction: column; }
    .user-card__info span {
      margin-top: 0.3em;
      font-size: 0.9em;
      color: #888; }

#user-profile .advertisement, #user-profile .settings, #user-profile .follow {
  background: none;
  border: 0;
  margin-bottom: 0.3em; }
  #user-profile button.active {
    color: #f58936; }
  #user-profile .nav-tabs {
    border: none; }

.register-advantages h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #3f4b57;
  margin-bottom: 0.75rem; }
  .register-advantages ul, .register-advantages li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .register-advantages ul {
    margin: 2em 0;
    font-size: 0.925rem;
    color: #000; }
  .register-advantages li {
    margin: 1em;
    margin-left: 3em; }
    .register-advantages li:before {
      content: '\f00c';
      font-family: 'Font Awesome 5 Pro';
      float: left;
      margin-left: -1.5em;
      color: #4caf50; }

.profile .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(20, 40, 60, 0.03); }
  .profile .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-bottom-width: 1px; }
    .profile .card-header:first-child {
      border-radius: 0.25rem 0.25rem 0 0; }
  .profile .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #3f4b57; }

.btn-profile-edit {
  padding: 0;
  font-size: 80%;
  color: #f58936; }
  .btn-profile-edit:hover {
    color: #dc7b30;
    text-decoration: none; }

.login-form .card-body {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }
