.div_main, .div_header, .div_body, form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.div_header{
    background-color:coral;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 70px; 
}


.title {
    margin-bottom: 0%;
    padding: 0%;
    font-size: 20px;
    font-weight: bold;
    color: rgb(84, 82, 82,0.7);
}


.div_card{
    min-width: 350px;
    max-width: 500px;
}

.div_body{
    padding-top: 20px;
    background-color: azure;
    padding-bottom: 20px;
}

.div_body > p{
    font-size: 17px;
}

#id_email{
    width: 340px;
}

button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

i{
    margin-left: 5px;
}

