.logo-center {
  display: block;
  margin: 0 auto 5px auto;
  width: 60px;
}


.social-login-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.social-login-section img {
  width: 56px;
  height: 56px;
}
