.login__header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  width: 100%;
}
.login__title {
  flex-grow: 1;
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem 0;
}
.login__logo {
  width: 30%;
  height: 100%;
  min-width: 80px;
  max-width: 100px;
  background: url(/vues/acces_eleve/img/login/logo-passrousseau.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(-7deg);
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .login__title {
    font-size: 2.8rem;
  }
}
