#form-rupture{
    padding:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#form-rupture input[type=submit]{
    border-radius: 10px;
    background-color: #c7c7c9;
    box-shadow: none;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    font-weight: normal;
}

#form-rupture input[type=text]{
    font-weight: normal;
    width: auto;
}


#form-rupture #infos_envoi{
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}


#form-rupture p.titre_form{
    font-size: 14px;
    text-align: center;
}

#form-rupture #infos_envoi h3{
    font-family: 'Satisfy',cursive;
    font-size: 27px;
    color: #e57775;
    margin: 0;
}
