.social-media-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.social-media-login a {
  padding: 12px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid rgb(218, 220, 224);
}

.social-media-login img {
  height: 24px;
  width: 24px;
}

.facebook {
  background-color: #1877f2;
}

.github {
  background-color: #2f363d;
}

.line {
  height: 20px;
  display: flex;
  position: relative;
  gap: 10px;
  margin-bottom:20px;
}

.line hr {
  flex: 1;
  background-color: #dadce0;
  height: 1px;
  border: none;
}

.line p {
  margin-top: -8px;
  color: #979797;
  width: 20px;
  font-size: 14px;
}