body {
  font-family: Arial, sans-serif;
  background-color: black;
  background-image: url("/images/fondlogin2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}

.logo-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36vh;
  height: 20vh;
}

.logo {
  margin-bottom: 30px;
}
.img-logo {
  width: 70vh;
  margin-bottom: 20px;
}
.img-log {
  width: 300px;
  border-radius: 20px;
  margin-top: 15px;
}
.img-log:hover {
  width: 310px;
}
.img-log:active {
  width: 300px;
}

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

.didi-bouton{
    width: 100%;
    height: auto;
}
.social-iconaw {
	width: 100px;
}
div#discord-login {
    /* max-height: 20px; */
    max-width: 4rem;
    margin: auto;
    margin-top: 1rem;
}
@media screen and (max-width: 740px) {
  .img-logo {
    width: 43vh;
  }

  .didi-bouton{
    right: 38%;
  }
}
