.sa {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sa button {
  width: 190px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.5rem;
  cursor: pointer;
  outline: unset;
}

.sa button.lfb {
  background-image: url("/images/lfb.png");
}

.sa button.lg {
  background-image: url("/images/lg.png");
}

.linkBtn {
  color: unset;
  text-decoration: none;
}

.ps {
  color: gray;
}

.or {
  position: relative;
  margin-bottom: 0;
  z-index: 0;
  text-align: center;
}

.or span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 40px;
  border-radius: 50%;
  background: #0b55a8;
  color: #fff;
  text-transform: uppercase;
  border: 10px solid;
}

.or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: -1;
}
