h1 {
    text-align: center;
    margin-top: 3rem;
}

#form-oubli-mot-de-passe {
    padding: 1rem;
}


.card {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    min-width: 500px;
    min-height: 340px;
    margin: 2rem auto;
    padding: 1rem 3rem;
    background: #fff;
    box-shadow: 0 0 15px #05031d1a;
    border-radius: 15px;
}

.card .button {
    font-size: 1.25rem;
}