.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

header, footer {
  display: none;
}

html, body, main, section.login {
  height: 100%;
}

section.login {
  background: #000;
}
section.login .first-col {
  background-color: #231f20;
  padding: 3rem 5rem;
}
section.login .first-col svg {
  height: 100%;
  width: auto;
}
section.login .form-col h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
section.login .form-col .btn {
  margin-bottom: 1rem;
}
section.login .form-col h3 {
  font-size: 14px;
}
section.login .form-col h3 a {
  color: #3e3e3e;
  text-decoration: underline;
  font-size: 14px;
}
