.modal
{
    font-family: Arial, Helvetica, sans-serif;
}

.modal-body form{
    display: flex;
    flex-direction: column;
    align-items: center;

    div{
        width: 100%;
        margin-bottom: 2%;
    }
    
    label{
        width: 20%;
    }

    input{
        width: 70% ;
    }
}

#add-email{
    width: 40px;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2%;
    line-height: normal;
}
