.m-login.m-login--1 {
  .m-login__content {
    padding: 5rem 10rem 10rem 10rem;
    background-image: url("../images/cer-fond-1920x1080-5-Nzb4rXl.png");
    background-attachment: fixed !important;
    background-size: cover !important;
    animation: none !important;
  }
}

.custom-file-label::after {
  content: "Parcourir...";
}

label.required::after,
legend.required::after {
  content: " *";
  color: red;
}
