.logo-img {
  max-width: 400px;
  max-height: 150px;
}

.social-login-buttons {
  margin-top: 20px;
}
.social-login-buttons a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  border: 1px solid gray;
  padding: 8px 25px;
  border-radius: 6px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.social-login-buttons a:hover {
  background: #000;
  color: #ffffff;
}
.social-login-buttons a img {
  display: inline-block;
  width: 30px;
}/*# sourceMappingURL=guest.css.map */