﻿.form-help {
  display: flex;
  justify-content: space-between;
}

.button-submit {
  margin-bottom: 0;
}

/* Séparateur avec lignes horizontales */
.login-separator {
  display: flex;
  align-items: center;
  margin: 30px 0;
  width: 100%;
  gap: 15px;
}

.separator-line {
  flex: 1;
  height: 1px;
  background-color: #d0d0d0;
}

.separator-text {
    padding: 0;
    color: #aaa;
    font-size: 14px;
    font-family: Heebo;
    background: #fff;
    font-weight: normal;
}