/* body {
    background: #e6e4e4;
}

.form-wrapper {
    max-width: vw-90;
    margin: auto;
    padding: 2rem;
    /* background-color: white; 
    border-radius: 1rem;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); 
}
.marketing-text {
    text-align: center;
    /* margin-bottom: 1.5rem; 
    color: #6c757d;
}


.full-height {
    height: 100vh;
}

.presentation-section {
    background-color: #c7c5c5;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-section {
    /* background-color: #faf9f9; 
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* max-width: 70%; 
    margin: 0 auto; width: 50%;
}

.form-wrapper {
    width: 100%;
    max-width: 100%;
}

.img-logo {
    max-width: 400px;
    height: auto;
    margin-bottom: 1rem;
}

.marketing-text {
    font-size: 1rem;
    color: #333;
    margin-top: 1rem;
}

button{
    max-width: 200px;
}

.form-control{
    background-color: #f5f3f3;
}

.form-control:focus {
  border-color: #e31837 !important;   /* couleur de ton choix (ex: rouge) 
  box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.25) !important;
} */

body {
  background: #e6e4e4;
  margin: 0;
}

.img-logo {
  max-width: 400px;
  margin-bottom: 1rem;
}

.form-section {
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.form-wrapper {
  width: 100%;
}

.form-control {
  background-color: #f5f3f3;
}

.form-control:focus {
  border-color: #e31837 !important;
  box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.25) !important;
}
