body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    overflow-y: scroll;
    height: 100%;
}

.background-image {
    width: 100%;
    height: auto;
    display: block; /* Assure que l'image s'affiche correctement */
}

.text-overlay {
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%; /* Largeur ajustée pour les écrans plus petits */
    max-width: 300px; /* Taille maximale pour les écrans plus larges */
    z-index: 1; /* Assure que le texte est au-dessus de l'image */
}

.button-container {
    display: flex;
    justify-content: center;
    bottom: 0%;
    width: 100%;
    margin-top: -60px;
}

.step1 {
    margin-top: -90px !important;
}

.form {
    display: flex;
    position: absolute;
    top: 60%;
    flex-direction: column;
}

.form-container {
    display: flex;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 56%;
    width: 100%;
}

input {
    border-radius: 5px;
    background-color: #FFC7BF;
    border: 1px solid #BC1E1F;
    font-size: 20px;
    font-family: "diogenes";
    padding: 8px;
    font-size: 18px;
}

label {
    text-align: left;
    /* padding-left: 12px; */
    font-family: 'diogenes';
    font-size: 20px;
    color: black;
}