

/*
.licfb-login-wrapper {
  margin-top: 20px;
}
*/
.licfb-login-button {

  width: 100%;
  text-align: center;
}

.licfb-login-ahref {

  text-decoration: none !important;
  background: #1877F2 !important;
  color: white !important;

/*
  text-decoration: none;
  background: #1877F2;
  color: white;
  */
}

.licfb-or-separator {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.licfb-or-separator::before,
.licfb-or-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.licfb-or-separator span {
  padding: 0 15px;
  font-weight: 600;
  color: #666;
  font-size: 0.9em;
}

